diff options
author | Sam Bingner <sam@bingner.com> | 2019-04-09 23:42:12 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-10 00:05:21 -1000 |
commit | 5ae2399e513a9c39f0ca5c1d262f469bf5374e07 (patch) | |
tree | 2761ecf4dd400eb3987dd88ea9167f513907e074 /data/stunnel | |
parent | d5dd6fd021a809a4373dd495e6e24079bab46d23 (diff) |
Use pkg:make in updated packages
Diffstat (limited to 'data/stunnel')
-rw-r--r-- | data/stunnel/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stunnel/make.sh b/data/stunnel/make.sh index b8dfb1116..c068d7184 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_DEST_ _openssl1.0)/usr" -make -j8 +pkg:make y '' | pkg:install openssl="$(which openssl)" pkg: cp -af %/stunnel3 /usr/bin |