From: Jo-Philipp Wich Date: Sun, 12 Dec 2010 23:57:03 +0000 (+0000) Subject: [packages] xmlrpc-c: fix autoreconf X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e2b35289a794314dba33c02480564e1e392f49ac;p=openwrt%2Fsvn-archive%2Farchive.git [packages] xmlrpc-c: fix autoreconf SVN-Revision: 24529 --- diff --git a/libs/xmlrpc-c/patches/001-config.mk.in.patch b/libs/xmlrpc-c/patches/001-config.mk.in.patch index 4e4c437916..42e3b3bec4 100644 --- a/libs/xmlrpc-c/patches/001-config.mk.in.patch +++ b/libs/xmlrpc-c/patches/001-config.mk.in.patch @@ -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 index 0000000000..7503b7c330 --- /dev/null +++ b/libs/xmlrpc-c/patches/002-automake-compat.patch @@ -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 ======================================================================= diff --git a/libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch b/libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch index 73236cb499..3b67f25ad3 100644 --- a/libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch +++ b/libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch @@ -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 \