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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!