Commit 5b84ec26 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

libconfig: bump to 1.4.8 and cleanup

parent 1775ca03
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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))