summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Burr <dburr@topcon.com>2016-05-29 06:33:26 (GMT)
committerDaniel Burr <dburr@topcon.com>2016-05-29 06:33:26 (GMT)
commit6ab369edde1eeac41cf9b98e91fb9aaa7ece3474 (patch)
tree48767aef1f6af668c0d94f3aa2ce7952396dbf13
parent1d4d66426390d845a0d54a219f050fe8d019276d (diff)
downloadmxe-6ab369edde1eeac41cf9b98e91fb9aaa7ece3474.zip
mxe-6ab369edde1eeac41cf9b98e91fb9aaa7ece3474.tar.gz
mxe-6ab369edde1eeac41cf9b98e91fb9aaa7ece3474.tar.bz2
Always use the included version of libxml
-rw-r--r--plugins/native/gettext.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/native/gettext.mk b/plugins/native/gettext.mk
index 413671f..b9c5749 100644
--- a/plugins/native/gettext.mk
+++ b/plugins/native/gettext.mk
@@ -8,7 +8,8 @@ $(PKG)_DEPS_$(BUILD) := libiconv
define $(PKG)_BUILD_$(BUILD)
mkdir '$(1).build'
cd '$(1).build' && '$(1)/configure' \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ --with-included-libxml
$(MAKE) -C '$(1).build' -j '$(JOBS)' man1_MANS=
$(MAKE) -C '$(1).build' -j 1 install man1_MANS=
endef