From 6ab369edde1eeac41cf9b98e91fb9aaa7ece3474 Mon Sep 17 00:00:00 2001 From: Daniel Burr Date: Sun, 29 May 2016 08:33:26 +0200 Subject: Always use the included version of libxml --- plugins/native/gettext.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12