From: John Crispin Date: Sun, 26 Aug 2012 06:31:04 +0000 (+0000) Subject: [openssl] add missin -lpthread to the util - build bots spotted this X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=635bd01d1d581c42bb128915f051f0c085c86bcd [openssl] add missin -lpthread to the util - build bots spotted this SVN-Revision: 33273 --- diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 2962c07ed2..123f393d5a 100644 --- a/package/openssl/Makefile +++ b/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