add missin -lpthread to the util - build bots spotted this

SVN-Revision: 33273
master
John Crispin 12 years ago
parent f3d5edffdc
commit 27aa659f37
  1. 2
      package/openssl/Makefile

@ -58,7 +58,7 @@ define Package/openssl-util
$(call Package/openssl/Default)
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libopenssl
DEPENDS:=+libopenssl +libpthread
TITLE+= (utility)
endef

Loading…
Cancel
Save