summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-04-09 23:42:12 -1000
committerSam Bingner <sam@bingner.com>2019-04-10 00:05:21 -1000
commit5ae2399e513a9c39f0ca5c1d262f469bf5374e07 (patch)
tree2761ecf4dd400eb3987dd88ea9167f513907e074
parentd5dd6fd021a809a4373dd495e6e24079bab46d23 (diff)
Use pkg:make in updated packages
-rw-r--r--data/dns2tcp/make.sh2
-rw-r--r--data/stunnel/make.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/dns2tcp/make.sh b/data/dns2tcp/make.sh
index ce58b7c91..e72f3a37b 100644
--- a/data/dns2tcp/make.sh
+++ b/data/dns2tcp/make.sh
@@ -1,5 +1,5 @@
pkg:setup
cp ${PKG_BASE}/config.sub .
pkg:configure
-make
+pkg:make
pkg:install
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