summaryrefslogtreecommitdiff
path: root/package/libxml2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-19 12:54:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-19 12:54:09 +0200
commit85f52264e94646c82376a4da7246527c9a45fa13 (patch)
tree52ed1ed685617701d04b7d9b66f87bcb1af9b682 /package/libxml2
parent6ca379f06d06b957ac9f80a8717ab88fca38f224 (diff)
fix linking issues
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