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> SVN-Revision: 37115
This commit is contained in:
parent
7c197d9f0e
commit
7e19bb1854
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ CONFIGURE_ARGS += \
|
||||||
--without-emacs
|
--without-emacs
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--with-included-libxml
|
--with-included-libxml --without-libxml2-prefix --with-included-libcroco
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/libintl-full/include
|
$(INSTALL_DIR) $(1)/usr/lib/libintl-full/include
|
||||||
|
|
Loading…
Reference in a new issue