From 555f3a11f9dfbc1d19addaab75a8535f8b70a628 Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 26 Aug 2012 06:31:04 +0000 Subject: [PATCH] [openssl] add missin -lpthread to the util - build bots spotted this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33273 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0