From: blogic Date: Sat, 16 Jun 2012 14:52:33 +0000 (+0000) Subject: [ltq-tapidemo] set explicit -lpthread X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a55f5af455b70fef816de6083ef5ad782bb2a47;p=openwrt.git [ltq-tapidemo] set explicit -lpthread git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ltq-tapidemo/Makefile b/package/ltq-tapidemo/Makefile index 14c93ef7dd..0fbcce0c59 100644 --- a/package/ltq-tapidemo/Makefile +++ b/package/ltq-tapidemo/Makefile @@ -26,7 +26,7 @@ define Package/ltq-tapidemo CATEGORY:=Network TITLE:=TAPIdemo application for Lantiq boards URL:=http://www.lantiq.com/ - DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc + DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc +libpthread MAINTAINER:=John Crispin MENU:=1 endef @@ -39,6 +39,8 @@ define Package/ltq-tapidemo/config source "$(SOURCE)/Config.in" endef +TARGET_LDFLAGS+=-lpthread + CONFIGURE_ARGS += \ ARCH=$(LINUX_KARCH) \ --enable-linux-26 \