summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
commitd96c0b112460f4940a8a26617019fbef762ec49e (patch)
treee70daa5dafaa18399d99437dc605c917bee36af2 /package/libxml2
parent3ea82668f719898904b8fc337934c64f8715b2c8 (diff)
use xproto-host
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index 2bac9ea1b..dbcfcef86 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -35,6 +35,7 @@ include $(TOPDIR)/mk/python.mk
HOST_STYLE:= auto
HOST_CONFIGURE_ARGS+= --without-python
+HOST_MAKE_FLAGS+= LDFLAGS=-lpthread
AUTOTOOL_STYLE:= autoreconf
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))