[packages] xmlrpc-c: fix autoreconf
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 23:57:03 +0000 (23:57 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 23:57:03 +0000 (23:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24529 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 4e4c437..42e3b3b 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 73236cb..3b67f25 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 \