Browse Source

libconfig: bump to 1.4.8 and cleanup

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yegor Yefremov 13 years ago
parent
commit
5b84ec26c8
1 changed files with 4 additions and 5 deletions
  1. 4 5
      package/libconfig/libconfig.mk

+ 4 - 5
package/libconfig/libconfig.mk

@@ -3,13 +3,12 @@
 # libconfig
 # 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)
 ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
-LIBCONFIG_CONF_OPT:=--disable-cxx
+LIBCONFIG_CONF_OPT = --disable-cxx
 endif
 endif
 
 
 $(eval $(call AUTOTARGETS))
 $(eval $(call AUTOTARGETS))