projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e5247
)
fix stunnel compile issue (#981)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Nov 2006 21:36:54 +0000
(21:36 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Nov 2006 21:36:54 +0000
(21:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5642
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/stunnel/Makefile
patch
|
blob
|
history
diff --git
a/net/stunnel/Makefile
b/net/stunnel/Makefile
index
0c53499
..
bd142c9
100644
(file)
--- a/
net/stunnel/Makefile
+++ b/
net/stunnel/Makefile
@@
-30,6
+30,7
@@
define Build/Configure
$(call Build/Configure/Default, \
--with-random=/dev/urandom \
--with-threads=fork \
+ --with-ssl=$(STAGING_DIR)/usr \
)
endef