SOURCES: vamp-optflags.patch - kill static linking.

pluto pluto at pld-linux.org
Sat Jun 16 21:43:37 CEST 2007


Author: pluto                        Date: Sat Jun 16 19:43:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill static linking.

---- Files affected:
SOURCES:
   vamp-optflags.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/vamp-optflags.patch
diff -u SOURCES/vamp-optflags.patch:1.1 SOURCES/vamp-optflags.patch:1.2
--- SOURCES/vamp-optflags.patch:1.1	Sat Jun 16 21:37:15 2007
+++ SOURCES/vamp-optflags.patch	Sat Jun 16 21:43:32 2007
@@ -1,5 +1,5 @@
---- vamp-plugin-sdk-1.0/Makefile.orig	2007-06-16 15:24:17.000000000 -0400
-+++ vamp-plugin-sdk-1.0/Makefile	2007-06-16 15:26:09.401546391 -0400
+--- vamp-plugin-sdk-1.0/Makefile.orig	2007-06-16 15:39:25.000000000 -0400
++++ vamp-plugin-sdk-1.0/Makefile	2007-06-16 15:39:51.201732602 -0400
 @@ -38,7 +38,7 @@
  
  # Compile flags
@@ -8,4 +8,13 @@
 +CXXFLAGS	:= $(OPTFLAGS) -fpic -Wall -I$(SDKDIR) -I$(APIDIR) -I.
  
  # Libraries required for the host at link time
+ #
+@@ -53,7 +53,7 @@
+ 
+ # Flags required to tell the compiler to link to a dynamically loadable object
+ #
+-PLUGIN_LDFLAGS	= -shared -Wl,-Bsymbolic -static-libgcc
++PLUGIN_LDFLAGS	= -shared -Wl,-Bsymbolic
+ 
+ # File extension for a dynamically loadable object
  #
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vamp-optflags.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list