From 6264bd53d3a73e5915f89d98472f61d6441ff089 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 28 Nov 2012 21:02:53 +0000 Subject: [PATCH] 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 --- package/libs/gettext-full/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.11.0