From: Peter Korsgaard Date: Sat, 23 Jun 2012 22:55:27 +0000 (+0200) Subject: libconfig: don't build examples X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e065b0ecd548c7c3ea6069b50f183dd2fc85a1b9;p=buildroot.git libconfig: don't build examples Fixes (works around) http://autobuild.buildroot.net/results/2378161d70beade94547a68eeeaa69e34705baf2 Signed-off-by: Peter Korsgaard --- diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk index 8ef927b3db..f81f4195b7 100644 --- a/package/libconfig/libconfig.mk +++ b/package/libconfig/libconfig.mk @@ -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))