diff options
Diffstat (limited to 'package/popt')
-rw-r--r-- | package/popt/popt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 48708dcf08..8ce64d4c5a 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -17,7 +17,7 @@ POPT_CONF_ENV = ac_cv_va_copy=yes ifeq ($(BR2_PACKAGE_LIBICONV),y) POPT_CONF_ENV += am_cv_lib_iconv=yes -POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr +POPT_CONF_OPTS += --with-libiconv-prefix=$(STAGING_DIR)/usr endif $(eval $(autotools-package)) |