diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2019-12-30 19:06:34 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2019-12-30 19:06:36 +0100 |
commit | 03124bf4b42eab292e92038bd7c4efdee78b23d1 (patch) | |
tree | fb2224f8c1ae2898fa15b5ab640962ef6cfe5964 /libs/apr-util/Makefile | |
parent | 27c47239367f11ad8bc6b5ee19ec4fb78b99d5cf (diff) |
apr-util: allow iconv-stub use
Allow iconv-stub use when NLS support is disabled.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'libs/apr-util/Makefile')
-rw-r--r-- | libs/apr-util/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 6fe72ed98..ce80a3643 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -39,15 +39,10 @@ CONFIGURE_ARGS += \ --with-pgsql=no \ --with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \ --with-expat="$(STAGING_DIR)/usr" \ + --with-iconv="$(ICONV_PREFIX)" \ --without-sqlite2 \ --with-sqlite3="$(STAGING_DIR)/usr" -ifdef $(CONFIG_BUILD_NLS) - CONFIGURE_ARGS += --with-iconv="$(ICONV_PREFIX)" -else - CONFIGURE_ARGS += --without-iconv -endif - CONFIGURE_VARS += \ ac_cv_file_dbd_apr_dbd_mysql_c=no \ ac_cv_path_ODBC_CONFIG= \ |