projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2369c
)
[openssl] add missin -lpthread to the util - build bots spotted this
author
John Crispin
<john@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000
(06:31 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000
(06:31 +0000)
SVN-Revision: 33273
package/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/openssl/Makefile
b/package/openssl/Makefile
index 2962c07ed2a617c02d5c0c52ebabd83c6e7cd44b..123f393d5a47e754055808770ca2ab78745b1c9f 100644
(file)
--- 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