gettext-full: use shipped libxml for the host build, fixes lzma references from creeping in on certain distributions
SVN-Revision: 34400
This commit is contained in:
parent
ee16e144bb
commit
d2d458324b
1 changed files with 3 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue