diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-01 11:03:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-07-01 11:03:02 +0000 |
commit | 74e513ce3156933411c641f27de7f4408de1bf2b (patch) | |
tree | 2c31b63b9d99ebffc81aa0fa66bd4f0a1a696c22 /package | |
parent | 17a7b9cb506ed861d9589a3a8c34c6a430b06d5a (diff) | |
download | upstream-74e513ce3156933411c641f27de7f4408de1bf2b.tar.gz upstream-74e513ce3156933411c641f27de7f4408de1bf2b.tar.bz2 upstream-74e513ce3156933411c641f27de7f4408de1bf2b.zip |
gettext-full: always use shipped libcroco, unbreaks build if a different libcroco is installed on the host (#12539)
Based on patch from Joerg Hollmann <Joerg.Hollmann@t-online.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37115 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/gettext-full/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 20c234ef3d..7b640e6e45 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS += \ --without-emacs HOST_CONFIGURE_ARGS += \ - --with-included-libxml + --with-included-libxml --without-libxml2-prefix --with-included-libcroco define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib/libintl-full/include |