SOURCES: xmlrpc-c-soname.patch - updated

arekm arekm at pld-linux.org
Wed Apr 11 08:45:22 CEST 2007


Author: arekm                        Date: Wed Apr 11 06:45:22 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   xmlrpc-c-soname.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/xmlrpc-c-soname.patch
diff -u SOURCES/xmlrpc-c-soname.patch:1.4 SOURCES/xmlrpc-c-soname.patch:1.5
--- SOURCES/xmlrpc-c-soname.patch:1.4	Mon Sep  4 13:53:54 2006
+++ SOURCES/xmlrpc-c-soname.patch	Wed Apr 11 08:45:17 2007
@@ -334,10 +334,10 @@
  	$(LIBTOOL) --mode=link $(CCLD) -o $@ $(LIBLDFLAGS) \
  	  $(LIBXMLRPC_SERVER_CGI_OBJS) $(LIBXMLRPC_SERVER_CGI_LIBDEP)
  
-diff -urN xmlrpc-c-1.06.04/src/cpp/Makefile xmlrpc-c-1.06.04-soname/src/cpp/Makefile
---- xmlrpc-c-1.06.04/src/cpp/Makefile	2006-06-19 16:16:46.000000000 +0200
-+++ xmlrpc-c-1.06.04-soname/src/cpp/Makefile	2006-09-04 13:43:05.000000000 +0200
-@@ -14,15 +14,15 @@
+diff -urN xmlrpc-c-1.06.11.org/src/cpp/Makefile xmlrpc-c-1.06.11/src/cpp/Makefile
+--- xmlrpc-c-1.06.11.org/src/cpp/Makefile	2006-11-06 02:51:07.000000000 +0100
++++ xmlrpc-c-1.06.11/src/cpp/Makefile	2007-04-11 08:42:31.403373583 +0200
+@@ -14,17 +14,17 @@
  
  default: all
  
@@ -350,16 +350,18 @@
 -  libxmlrpc++ \
 -  libxmlrpc_server++ \
 -  libxmlrpc_server_abyss++ \
--  libxmlrpc_client++ \
 +  libxmlrpc-c_cpp \
 +  libxmlrpc-c++ \
 +  libxmlrpc-c_server++ \
 +  libxmlrpc-c_server_abyss++ \
-+  libxmlrpc-c_client++ \
  
- STATIC_LIBRARIES_TO_INSTALL = $(TARGET_STATIC_LIBRARIES)
+ ifeq ($(MUST_BUILD_CLIENT),yes)
+-  TARGET_LIBRARY_NAMES += libxmlrpc_client++
++  TARGET_LIBRARY_NAMES += libxmlrpc-c_client++
+ endif
  
-@@ -107,27 +107,27 @@
+ STATIC_LIBRARIES_TO_INSTALL = $(TARGET_STATIC_LIBRARIES)
+@@ -110,27 +110,27 @@
  
  all: $(TARGET_LIBRARIES)
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xmlrpc-c-soname.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list