mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
add missin -lpthread to the util - build bots spotted this
SVN-Revision: 33273
This commit is contained in:
parent
f3d5edffdc
commit
27aa659f37
@ -58,7 +58,7 @@ define Package/openssl-util
|
|||||||
$(call Package/openssl/Default)
|
$(call Package/openssl/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl +libpthread
|
||||||
TITLE+= (utility)
|
TITLE+= (utility)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user