diff options
author | John Crispin <blogic@openwrt.org> | 2012-08-26 06:31:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-26 06:31:04 +0000 |
commit | ac2fe9424fefd9a1ff0c3cac58a291d8af5372c6 (patch) | |
tree | 5b88214df3a0e5d2991a48c7afd2e80d215785b8 /package | |
parent | 9ac554e5c17246e154639b4474ced1baa8b1d4a9 (diff) | |
download | upstream-ac2fe9424fefd9a1ff0c3cac58a291d8af5372c6.tar.gz upstream-ac2fe9424fefd9a1ff0c3cac58a291d8af5372c6.tar.bz2 upstream-ac2fe9424fefd9a1ff0c3cac58a291d8af5372c6.zip |
[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
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |