missing dependencies for the following libraries:libpthread.so.0.(OpenWRT)

自己在openwrt/package/utils/目錄下新添加了一個程序包,在編譯的時候報錯,

...is missing dependencies for the following libraries:libpthread.so.0.

這需要在該程序包的頂層makefile中添加+libpthread部分。

define Package/rssi_client
    SECTION:=utils
    CATEGORY:=Utilities
    TITLE:=rssi tool
    DEPENDS:=+libncurses +libpthread
endef

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章