From: Yegor Yefremov Date: Wed, 21 Mar 2012 11:02:36 +0000 (+0100) Subject: libconfig: bump to 1.4.8 and cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b84ec26c8981c6ab0e119b455e807152ded449a;p=buildroot.git libconfig: bump to 1.4.8 and cleanup Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk index 03825e1261..8ef927b3db 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))