diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-28 21:02:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-28 21:02:53 +0000 |
commit | 2883f9c19c792883a66c90f0b747a0ae141d0388 (patch) | |
tree | bd04d1361e26b9281bd800b92e0421a73ccd1669 /package/libs/gettext-full | |
parent | f032a2eab8b3dbc1132cba731a11e6c753c065be (diff) | |
download | upstream-2883f9c19c792883a66c90f0b747a0ae141d0388.tar.gz upstream-2883f9c19c792883a66c90f0b747a0ae141d0388.tar.bz2 upstream-2883f9c19c792883a66c90f0b747a0ae141d0388.zip |
gettext-full: use shipped libxml for the host build, fixes lzma references from creeping in on certain distributions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34400 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full')
-rw-r--r-- | package/libs/gettext-full/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 2ae8cd3827..3444e6b2f0 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -49,6 +49,9 @@ CONFIGURE_ARGS += \ --without-libexpat-prefix \ --without-emacs +HOST_CONFIGURE_ARGS += \ + --with-included-libxml + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib/libintl-full/include $(CP) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl-full/include/ |