libconfig: bump to 1.4.8 and cleanup

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2012-03-21 12:02:36 +01:00 committed by Peter Korsgaard
parent 1775ca03a0
commit 5b84ec26c8
1 changed files with 4 additions and 5 deletions

View File

@ -3,13 +3,12 @@
# libconfig
#
#############################################################
LIBCONFIG_VERSION:=1.4.6
LIBCONFIG_SOURCE:=libconfig-$(LIBCONFIG_VERSION).tar.gz
LIBCONFIG_SITE:=http://www.hyperrealm.com/libconfig/
LIBCONFIG_INSTALL_STAGING:=YES
LIBCONFIG_VERSION = 1.4.8
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
LIBCONFIG_INSTALL_STAGING = YES
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPT:=--disable-cxx
LIBCONFIG_CONF_OPT = --disable-cxx
endif
$(eval $(call AUTOTARGETS))