openwrt多线程
时间:2015-04-22 20:01:40
收藏:0
阅读:823
参考此
http://blog.chinaunix.net/uid-23842323-id-2656572.html
然后makefile中要加上:
define Package/apcp
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libpthread
TARGET_LDFLAGS+=-lpthread
TITLE:=apcp daemon
endef
原文:http://www.cnblogs.com/souroot/p/4448213.html
评论(0)