libconfig: bump to 1.4.8 and cleanup
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 21 Mar 2012 11:02:36 +0000 (12:02 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 21 Mar 2012 22:08:25 +0000 (23:08 +0100)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libconfig/libconfig.mk

index 03825e12619f31ad9a15c11e8da2c885df81c7aa..8ef927b3db8243d5fa40b9f0cd9e2eee8c08fa46 100644 (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))