summaryrefslogtreecommitdiff
path: root/data/stunnel
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-12-03 13:17:42 +0000
committerJay Freeman <saurik@saurik.com>2008-12-03 13:17:42 +0000
commita15d1bd7c0ec51eb7f7e19fe0a86dc16fda5fffb (patch)
tree16182a5c16c7a85008ede73bfde2793d4977e4a0 /data/stunnel
parentf5f79d952560abbd57c7731f0da5c0e77b73ba18 (diff)
Fixed OpenSSL for stunnel compilation.
git-svn-id: http://svn.telesphoreo.org/trunk@517 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/stunnel')
-rw-r--r--data/stunnel/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stunnel/make.sh b/data/stunnel/make.sh
index eb4e10fef..e39149f28 100644
--- a/data/stunnel/make.sh
+++ b/data/stunnel/make.sh
@@ -1,5 +1,5 @@
pkg:setup
-pkg:configure ac_cv_file___dev_urandom_=yes ac_cv_file___dev_ptmx_=yes ac_cv_file___dev_ptc_=no --with-ssl="${PKG_ROOT}/usr"
+pkg:configure ac_cv_file___dev_urandom_=yes ac_cv_file___dev_ptmx_=yes ac_cv_file___dev_ptc_=no --with-ssl="$(PKG_DEST_ openssl)/usr"
touch stunnel.pem
make openssl="$(which openssl)"
make install prefix="${PKG_DEST}/usr"