apr-util: allow iconv-stub use
Allow iconv-stub use when NLS support is disabled. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
27c4723936
commit
03124bf4b4
1 changed files with 1 additions and 6 deletions
|
@ -39,15 +39,10 @@ CONFIGURE_ARGS += \
|
||||||
--with-pgsql=no \
|
--with-pgsql=no \
|
||||||
--with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
|
--with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
|
||||||
--with-expat="$(STAGING_DIR)/usr" \
|
--with-expat="$(STAGING_DIR)/usr" \
|
||||||
|
--with-iconv="$(ICONV_PREFIX)" \
|
||||||
--without-sqlite2 \
|
--without-sqlite2 \
|
||||||
--with-sqlite3="$(STAGING_DIR)/usr"
|
--with-sqlite3="$(STAGING_DIR)/usr"
|
||||||
|
|
||||||
ifdef $(CONFIG_BUILD_NLS)
|
|
||||||
CONFIGURE_ARGS += --with-iconv="$(ICONV_PREFIX)"
|
|
||||||
else
|
|
||||||
CONFIGURE_ARGS += --without-iconv
|
|
||||||
endif
|
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_file_dbd_apr_dbd_mysql_c=no \
|
ac_cv_file_dbd_apr_dbd_mysql_c=no \
|
||||||
ac_cv_path_ODBC_CONFIG= \
|
ac_cv_path_ODBC_CONFIG= \
|
||||||
|
|
Loading…
Reference in a new issue