diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 12:22:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-24 06:56:02 +0200 |
commit | 15195bc24dea613355313727aab2275f7fba8953 (patch) | |
tree | ab243a349f7dd2848180ae18624cff4a413ebe44 /package/glib/Makefile | |
parent | 30798d9d1f2e934dbad10c92156b2223ae6efa62 (diff) |
disable libiconv for host
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r-- | package/glib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 4f6c30df8..67c5cab9e 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \ HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --disable-fam \ --enable-static \ + --with-libiconv=no \ --disable-compile-warnings glib-install: |