[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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@25357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
813db8bcee
commit
265a8e9ae5
@ -8,8 +8,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xmlrpc-c
|
PKG_NAME:=xmlrpc-c
|
||||||
PKG_REV:=2042
|
PKG_REV:=2080
|
||||||
PKG_VERSION:=1.24.4_r$(PKG_REV)
|
PKG_VERSION:=advanced_r$(PKG_REV)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@ -229,6 +229,10 @@ define Package/xmlrpc-c-common/install
|
|||||||
$(1)/usr/lib/
|
$(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/xmlrpc-c/install
|
||||||
|
true
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,xmlrpc-c))
|
$(eval $(call BuildPackage,xmlrpc-c))
|
||||||
$(eval $(call BuildPackage,xmlrpc-c-common))
|
$(eval $(call BuildPackage,xmlrpc-c-common))
|
||||||
|
@ -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 =======================================================================
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user