mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
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
This commit is contained in:
parent
22168e74f6
commit
6264bd53d3
@ -49,6 +49,9 @@ CONFIGURE_ARGS += \
|
|||||||
--without-libexpat-prefix \
|
--without-libexpat-prefix \
|
||||||
--without-emacs
|
--without-emacs
|
||||||
|
|
||||||
|
HOST_CONFIGURE_ARGS += \
|
||||||
|
--with-included-libxml
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/libintl-full/include
|
$(INSTALL_DIR) $(1)/usr/lib/libintl-full/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl-full/include/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/libintl.h $(1)/usr/lib/libintl-full/include/
|
||||||
|
Loading…
Reference in New Issue
Block a user