projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cdecd
)
fix stunnel compile issue (#981)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Nov 2006 21:36:54 +0000
(21:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Nov 2006 21:36:54 +0000
(21:36 +0000)
SVN-Revision: 5642
openwrt/package/stunnel/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/stunnel/Makefile
b/openwrt/package/stunnel/Makefile
index a4bc6633e789b8689051ea22a143d24a67ba1ec6..680abd3611a54ae68f6d9fd6e1c1b479c4ff99e9 100644
(file)
--- a/
openwrt/package/stunnel/Makefile
+++ b/
openwrt/package/stunnel/Makefile
@@
-43,6
+43,7
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--sysconfdir=/etc \
--with-random=/dev/urandom \
--with-threads=fork \
+ --with-ssl=$(STAGING_DIR)/usr \
);
touch $@