aboutsummaryrefslogtreecommitdiffstats
path: root/community/dhcp-probe
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 14:48:58 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 14:49:24 +0000
commita71346b7acebc600960a98c84fb32cfd72fe864b (patch)
treec4f4a4aeb782e1da96fc751e61a35d6e01900708 /community/dhcp-probe
parentd2017f7e321a4fa2c4a04cf157afc360eed7a403 (diff)
downloadaports-a71346b7acebc600960a98c84fb32cfd72fe864b.tar.bz2
aports-a71346b7acebc600960a98c84fb32cfd72fe864b.tar.xz
community/dhcp-probe: update config guess (build fix aarch64)
Diffstat (limited to 'community/dhcp-probe')
-rw-r--r--community/dhcp-probe/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/dhcp-probe/APKBUILD b/community/dhcp-probe/APKBUILD
index 43780489bb..e3b5a5a06e 100644
--- a/community/dhcp-probe/APKBUILD
+++ b/community/dhcp-probe/APKBUILD
@@ -18,6 +18,11 @@ source="http://www.net.princeton.edu/software/$_pkgname/$_pkgname-$pkgver.tar.gz
$pkgname.confd"
builddir="$srcdir"/$_pkgname-$pkgver
+prepare() {
+ default_prepare || return 1
+ update_config_guess || return 1
+}
+
build() {
cd "$builddir"
./configure --prefix=/usr