From a15d1bd7c0ec51eb7f7e19fe0a86dc16fda5fffb Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 3 Dec 2008 13:17:42 +0000 Subject: Fixed OpenSSL for stunnel compilation. git-svn-id: http://svn.telesphoreo.org/trunk@517 514c082c-b64e-11dc-b46d-3d985efe055d --- data/stunnel/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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" -- cgit v1.2.3