mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-11 06:59:12 +02:00
[ltq-tapidemo] set explicit -lpthread
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b008f41eef
commit
3a55f5af45
@ -26,7 +26,7 @@ define Package/ltq-tapidemo
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=TAPIdemo application for Lantiq boards
|
TITLE:=TAPIdemo application for Lantiq boards
|
||||||
URL:=http://www.lantiq.com/
|
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>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
@ -39,6 +39,8 @@ define Package/ltq-tapidemo/config
|
|||||||
source "$(SOURCE)/Config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_LDFLAGS+=-lpthread
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
ARCH=$(LINUX_KARCH) \
|
ARCH=$(LINUX_KARCH) \
|
||||||
--enable-linux-26 \
|
--enable-linux-26 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user