kumquat-buildroot/package/libconfig/libconfig.mk
Peter Korsgaard e065b0ecd5 libconfig: don't build examples
Fixes (works around)

http://autobuild.buildroot.net/results/2378161d70beade94547a68eeeaa69e34705baf2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-24 00:55:27 +02:00

16 lines
399 B
Makefile

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