summaryrefslogtreecommitdiff
path: root/data/stunnel/make.sh
blob: eb4e10fef4bd182607e89e0572af2a3eb1396688 (plain)
1
2
3
4
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"
touch stunnel.pem
make openssl="$(which openssl)"
make install prefix="${PKG_DEST}/usr"