summaryrefslogtreecommitdiffstats
path: root/src/libxml2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxml2.mk')
-rw-r--r--src/libxml2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libxml2.mk b/src/libxml2.mk
index 170cc2c..d491934 100644
--- a/src/libxml2.mk
+++ b/src/libxml2.mk
@@ -26,7 +26,8 @@ define $(PKG)_BUILD
--disable-shared \
--without-debug \
--prefix='$(PREFIX)/$(TARGET)' \
- --without-python
+ --without-python \
+ --without-threads
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef