Magellan Linux

Annotation of /trunk/xmlrpc-c/patches/xmlrpc-c-1.06.21-strsol.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: 716 byte(s)
-patches for 1.06.21-r1

1 niro 398 Index: xmlrpc-c-1.06.02/tools/Makefile.common
2     ===================================================================
3     --- xmlrpc-c-1.06.02.orig/tools/Makefile.common
4     +++ xmlrpc-c-1.06.02/tools/Makefile.common
5     @@ -1,6 +1,8 @@
6     # -*-makefile-*- <-- an Emacs control
7    
8     -CLIENT_LDLIBS = -L$(BUILDDIR)/src/.libs -lxmlrpc_client -lxmlrpc
9     +CLIENT_LDLIBS = -L$(BUILDDIR)/lib/libutil/.libs -lxmlrpc_util
10     +
11     +CLIENT_LDLIBS += -L$(BUILDDIR)/src/.libs -lxmlrpc_client -lxmlrpc
12    
13     ifeq ($(MUST_BUILD_LIBWWW_CLIENT),yes)
14     CLIENT_LDLIBS += $(shell libwww-config --libs)
15     @@ -14,7 +16,6 @@ endif
16    
17     CLIENT_LDLIBS += $(LDLIBS_XML)
18    
19     -CLIENT_LDLIBS += -L$(BUILDDIR)/lib/libutil/.libs -lxmlrpc_util
20    
21    
22     UTIL_DIR = $(BUILDDIR)/lib/util