xmlrpc-c: fix autoreconf
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Dec 2010 23:57:03 +0000 (23:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Dec 2010 23:57:03 +0000 (23:57 +0000)
SVN-Revision: 24529

libs/xmlrpc-c/patches/001-config.mk.in.patch
libs/xmlrpc-c/patches/002-automake-compat.patch [new file with mode: 0644]
libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch

index 4e4c437916111785d2d91a27e597f4baf7b7c60a..42e3b3bec403cdf809ec068ee9a88978931e55eb 100644 (file)
@@ -1,6 +1,6 @@
---- a/config.mk.in     2009-02-20 13:00:04.000000000 +0300
-+++ b/config.mk.in     2009-02-24 15:26:52.000000000 +0300
-@@ -173,7 +173,7 @@
+--- a/config.mk.in
++++ b/config.mk.in
+@@ -178,7 +178,7 @@ ifeq ($(patsubst linux-gnu%,linux-gnu,$(
    shlibfn = $(1:%=%.$(SHLIB_SUFFIX).$(MAJ).$(MIN))
    shliblefn = $(1:%=%.$(SHLIB_SUFFIX))
  #  SHLIB_CLIB = -lc
diff --git a/libs/xmlrpc-c/patches/002-automake-compat.patch b/libs/xmlrpc-c/patches/002-automake-compat.patch
new file mode 100644 (file)
index 0000000..7503b7c
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/configure.in
++++ b/configure.in
+@@ -230,9 +230,7 @@ dnl Checks for programs.
+ dnl =======================================================================
+ AC_PROG_CC
+-if test x"$enable_cplusplus" != xno; then
+-    AC_PROG_CXX
+-fi
++AC_PROG_CXX
+ dnl =======================================================================
index 73236cb4993675dae524f87a266f19e6fe0934ea..3b67f25ad34be77322df858cb6117238236eaf76 100644 (file)
@@ -1,6 +1,6 @@
---- a/lib/curl_transport/Makefile      2009-02-20 13:00:03.000000000 +0300
-+++ b/lib/curl_transport/Makefile      2009-02-20 16:54:45.000000000 +0300
-@@ -34,6 +34,7 @@
+--- a/lib/curl_transport/Makefile
++++ b/lib/curl_transport/Makefile
+@@ -34,6 +34,7 @@ INCLUDES = \
    -I$(BLDDIR)/include \
    -I$(SRCDIR)/include \
    -I$(SRCDIR)/lib/util/include \