SOURCES: vamp-plugins-libxtract-link.patch (NEW) - avoid to link v...

sls sls at pld-linux.org
Mon Jun 18 13:21:01 CEST 2007


Author: sls                          Date: Mon Jun 18 11:21:01 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid to link vamp-*sdk* statically

---- Files affected:
SOURCES:
   vamp-plugins-libxtract-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vamp-plugins-libxtract-link.patch
diff -u /dev/null SOURCES/vamp-plugins-libxtract-link.patch:1.1
--- /dev/null	Mon Jun 18 13:21:01 2007
+++ SOURCES/vamp-plugins-libxtract-link.patch	Mon Jun 18 13:20:56 2007
@@ -0,0 +1,11 @@
+--- vamp-libxtract-plugins-0.4.2/Makefile.orig	2007-06-18 01:10:08.000000000 +0000
++++ vamp-libxtract-plugins-0.4.2/Makefile	2007-06-18 01:10:22.000000000 +0000
+@@ -16,7 +16,7 @@
+ # want to) statically link libstdc++, because our plugin exposes only
+ # a C API so there are no boundary compatibility problems.
+ #
+-PLUGIN_LIBS	= -L$(VAMPLIBDIR) -Wl,-Bstatic -lvamp-sdk -lxtract -lfftw3f -Wl,-Bdynamic
++PLUGIN_LIBS	= -L$(VAMPLIBDIR) -lvamp-sdk -lxtract -lfftw3f -Wl,-Bdynamic
+ 
+ # Flags required to tell the compiler to make a dynamically loadable object
+ #
================================================================


More information about the pld-cvs-commit mailing list