Explorar o código

fix linking issues

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
85f52264e9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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