diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-03-21 12:02:36 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-21 23:08:25 +0100 |
commit | 5b84ec26c8981c6ab0e119b455e807152ded449a (patch) | |
tree | fbc05df665cae9179cef515b8a1bdaacc5ed2874 | |
parent | 1775ca03a09c96613c7740c9954d33c420231031 (diff) |
libconfig: bump to 1.4.8 and cleanup
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libconfig/libconfig.mk | 9 |
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)) |