summaryrefslogtreecommitdiffstats
path: root/package/libconfig
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2012-03-21 12:02:36 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-21 23:08:25 +0100
commit5b84ec26c8981c6ab0e119b455e807152ded449a (patch)
treefbc05df665cae9179cef515b8a1bdaacc5ed2874 /package/libconfig
parent1775ca03a09c96613c7740c9954d33c420231031 (diff)
downloadbuildroot-novena-5b84ec26c8981c6ab0e119b455e807152ded449a.tar.gz
buildroot-novena-5b84ec26c8981c6ab0e119b455e807152ded449a.zip
libconfig: bump to 1.4.8 and cleanup
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libconfig')
-rw-r--r--package/libconfig/libconfig.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
index 03825e126..8ef927b3d 100644
--- a/package/libconfig/libconfig.mk
+++ b/package/libconfig/libconfig.mk
@@ -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))