libconfig: don't build examples

Fixes (works around)

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-06-24 00:55:27 +02:00
parent e607b0f9e3
commit e065b0ecd5

View File

@ -6,9 +6,10 @@
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
LIBCONFIG_CONF_OPT += --disable-cxx
endif
$(eval $(call AUTOTARGETS))