[packages] Update libconfig to 1.4.3. The 1.4 tarball seems to be gone...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19658 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc929a91b3
commit
451fb39d3f
@ -8,12 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libconfig
|
||||
PKG_VERSION:=1.4
|
||||
PKG_VERSION:=1.4.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.hyperrealm.com/libconfig/
|
||||
PKG_MD5SUM:=c6b1c6ccb1a35b93ebf771779d915181
|
||||
PKG_MD5SUM:=295f580a7bc3a03a44d520d6ace55ee6
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -41,11 +43,6 @@ CONFIGURE_ARGS += \
|
||||
--enable-static \
|
||||
--disable-cxx
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/libconfig/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libconfig.h $(1)/usr/include/libconfig/
|
||||
|
Loading…
x
Reference in New Issue
Block a user