diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-09-22 19:52:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-09-22 19:52:57 +0000 |
commit | 0a83182d3f70ba7e5d1962918e410b8c15e009f6 (patch) | |
tree | a27e0cdb966a2ad9a5b7f4c4d896cfa1cd149a5a | |
parent | 7337d7e4947f69e1cf988f096f6b8902f0c404e7 (diff) | |
download | aports-0a83182d3f70ba7e5d1962918e410b8c15e009f6.tar.gz aports-0a83182d3f70ba7e5d1962918e410b8c15e009f6.tar.bz2 aports-0a83182d3f70ba7e5d1962918e410b8c15e009f6.tar.xz |
testing/sipgrep: add update_config_sub/guess to recongize new archs
-rw-r--r-- | testing/sipgrep/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/sipgrep/APKBUILD b/testing/sipgrep/APKBUILD index d0fc940caa..86997171da 100644 --- a/testing/sipgrep/APKBUILD +++ b/testing/sipgrep/APKBUILD @@ -13,6 +13,11 @@ subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/sipgrep/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" +prepare() { + update_config_guess && update_config_sub + default_prepare +} + build() { ./configure --prefix=/usr make |