kumquat-buildroot/package/libconfig/libconfig.mk
Sagaert Johan 6f955df42d libconfig: bump version
[Peter: Don't disable libtool patch]
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-12-11 02:40:53 +01:00

18 lines
483 B
Makefile

#############################################################
#
# libconfig
#
#############################################################
LIBCONFIG_VERSION:=1.4.6
LIBCONFIG_SOURCE:=libconfig-$(LIBCONFIG_VERSION).tar.gz
LIBCONFIG_SITE:=http://www.hyperrealm.com/libconfig/
LIBCONFIG_AUTORECONF:=NO
LIBCONFIG_INSTALL_STAGING:=YES
LIBCONFIG_INSTALL_TARGET:=YES
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPT:=--disable-cxx
endif
$(eval $(call AUTOTARGETS,package,libconfig))