projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ac554e
)
[openssl] add missin -lpthread to the util - build bots spotted this
author
John Crispin
<blogic@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000
(06:31 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sun, 26 Aug 2012 06:31:04 +0000
(06:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33273
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/openssl/Makefile
b/package/openssl/Makefile
index
2962c07
..
123f393
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