From 1217b74b3cb35cde219cc26f127aecd2db3ab4e6 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 4 Feb 2011 11:35:14 +0000 Subject: [PATCH] [packages/xmlrpc-c] - level up to svn rev 2080 - remove unneeded patches - add dummy package xmlrpc-c which is needed to avoid dependency problems when installing xmlrpc-c as package on the target later SVN-Revision: 25357 --- libs/xmlrpc-c/Makefile | 8 ++++++-- libs/xmlrpc-c/patches/002-automake-compat.patch | 13 ------------- .../patches/005-curl_transport_Makefile.patch | 10 ---------- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 libs/xmlrpc-c/patches/002-automake-compat.patch delete mode 100644 libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch diff --git a/libs/xmlrpc-c/Makefile b/libs/xmlrpc-c/Makefile index bf0c359903..fbff4a89b1 100644 --- a/libs/xmlrpc-c/Makefile +++ b/libs/xmlrpc-c/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xmlrpc-c -PKG_REV:=2042 -PKG_VERSION:=1.24.4_r$(PKG_REV) +PKG_REV:=2080 +PKG_VERSION:=advanced_r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -229,6 +229,10 @@ define Package/xmlrpc-c-common/install $(1)/usr/lib/ endef +define Package/xmlrpc-c/install + true +endef + $(eval $(call BuildPackage,xmlrpc-c)) $(eval $(call BuildPackage,xmlrpc-c-common)) diff --git a/libs/xmlrpc-c/patches/002-automake-compat.patch b/libs/xmlrpc-c/patches/002-automake-compat.patch deleted file mode 100644 index 7503b7c330..0000000000 --- a/libs/xmlrpc-c/patches/002-automake-compat.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 deleted file mode 100644 index 3b67f25ad3..0000000000 --- a/libs/xmlrpc-c/patches/005-curl_transport_Makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 \ -+ -I$(STAGING_DIR)/usr/include \ - $(CURL_INCLUDES) - - .PHONY: clean -- 2.30.2