kumquat-buildroot/package/libconfig/libconfig.mk
Gustavo Zacarias 9ae23e3911 packages: remove redundant INSTALL_TARGET=YES declarations
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-03-11 22:30:33 +01:00

16 lines
410 B
Makefile

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