Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > 2a51ca4ad3ac5fbc81c4a8bd3b6f6854 > files > 7

xmlrpc-c-1.06.27-3.1mdv2009.0.src.rpm

diff -ru xmlrpc-c-1.06.13/Makefile.common xmlrpc-c-1.06.13.new/Makefile.common
--- xmlrpc-c-1.06.13/Makefile.common	2007-05-09 11:50:11.000000000 +0200
+++ xmlrpc-c-1.06.13.new/Makefile.common	2007-05-09 11:46:15.000000000 +0200
@@ -29,7 +29,7 @@
 # -UNDEBUG (in any of various ways) to override this.
 #
 CFLAGS_COMMON = -DNDEBUG
-CXXFLAGS_COMMON = -DNDEBUG
+CXXFLAGS_COMMON = -DNDEBUG -fPIC
 
 ifeq ($(C_COMPILER_GNU),yes)
   CFLAGS_COMMON += $(GCC_C_WARNINGS) -fno-common -g -O3