set explicit -lpthread
SVN-Revision: 32388
This commit is contained in:
parent
75e9bbbcae
commit
736e65715d
1 changed files with 3 additions and 1 deletions
|
@ -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 <blogic@openwrt.org>
|
||||
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 \
|
||||
|
|
Loading…
Reference in a new issue