summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-23 12:52:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-23 12:52:45 +0200
commit409612eaaf38ca7ec55392607b08baec0fcbf4a4 (patch)
treee975404b94403da3d5c7ca4dbba13e9abb63ddd5 /package/libxml2
parent2f0d4983409f3e92b9d55bde57dc7e79376f6576 (diff)
parenta4eee64317667b94e86844d565111056c5836c55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 d8b994ab1..2ecd71dd5 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -30,6 +30,7 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,${PKG_VERSION}-${PKG_RE
include $(TOPDIR)/mk/python.mk
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
+TARGET_LDFLAGS+= -lpthread
ifneq ($(ADK_PACKAGE_LIBXML2_PYTHON),)
CONFIGURE_ARGS+= --with-python=${STAGING_DIR}/usr
else