diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-24 09:34:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-24 09:34:07 +0200 |
commit | e1b71c4af60ef7a69b641b971da24a5a7df79e0d (patch) | |
tree | e43aa4bcddec2f12574d441ae7492e048478e484 /package/libxml2/Makefile | |
parent | 993c8fbc80d05e0cd7301a7ec2970963c14f0e5b (diff) | |
parent | 65085e668c0ef986188c0a3d43cb92eb93898758 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 1 |
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 |