summaryrefslogtreecommitdiffstats
path: root/package/libconfig
diff options
context:
space:
mode:
Diffstat (limited to 'package/libconfig')
-rw-r--r--package/libconfig/libconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
index d2cc9e3f7e..a70ff943a7 100644
--- a/package/libconfig/libconfig.mk
+++ b/package/libconfig/libconfig.mk
@@ -9,10 +9,10 @@ LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
LIBCONFIG_LICENSE = LGPLv2.1+
LIBCONFIG_LICENSE_FILES = COPYING.LIB
LIBCONFIG_INSTALL_STAGING = YES
-LIBCONFIG_CONF_OPT = --disable-examples
+LIBCONFIG_CONF_OPTS = --disable-examples
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
-LIBCONFIG_CONF_OPT += --disable-cxx
+LIBCONFIG_CONF_OPTS += --disable-cxx
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud