From: John Crispin Date: Sat, 16 Jun 2012 14:52:33 +0000 (+0000) Subject: set explicit -lpthread X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=736e65715d240ef2c57b75e771e7d245bfdde46a;p=openwrt%2Fstaging%2Fneocturne.git set explicit -lpthread SVN-Revision: 32388 --- 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 \