Magellan Linux

Annotation of /trunk/xmlrpc-c/patches/xmlrpc-c-1.06.21-pic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 398 - (hide annotations) (download)
Tue Nov 6 21:43:55 2007 UTC (16 years, 7 months ago) by niro
File size: 566 byte(s)
-patches for 1.06.21-r1

1 niro 398 Index: xmlrpc-c-1.05/src/cpp/Makefile
2     ===================================================================
3     --- xmlrpc-c-1.05.orig/src/cpp/Makefile
4     +++ xmlrpc-c-1.05/src/cpp/Makefile
5     @@ -135,7 +135,7 @@ libxmlrpc_client++.a: $(LIBXMLRPC_CLIENT
6     # RULES TO COMPILE OBJECT MODULES FOR LIBRARIES
7     #-----------------------------------------------------------------------------
8    
9     -CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD)
10     +CXXFLAGS = $(CXXFLAGS_COMMON) $(CFLAGS_PERSONAL) $(CADD) -fPIC
11    
12     XmlRpcCpp.o:%.o:%.cpp
13     $(CXX) -c $(BASIC_INCLUDES) $(CXXFLAGS) $<