gettext: use included libcroco on darwin

fixes #2142
This commit is contained in:
Tony Theodore 2018-07-02 08:17:30 +10:00
parent 38d301e913
commit 087eb34bcf
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ define $(PKG)_BUILD_DARWIN
# but install *.m4 files and bins to standard location
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \
$(MXE_CONFIGURE_OPTS) \
--with-included-libcroco \
--prefix='$(PREFIX)/$(TARGET).gnu' \
--bindir='$(PREFIX)/$(TARGET)/bin' \
--datarootdir='$(PREFIX)/$(TARGET)/share'