Browse Source

fix linking issues

Waldemar Brodkorb 11 năm trước cách đây
mục cha
commit
85f52264e9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package/libxml2/Makefile

+ 1 - 0
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