diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-11 13:55:20 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-11 13:55:20 +0000 |
commit | 634a18834fafb5103f5a2aaa0f430de62e073929 (patch) | |
tree | 7d35b2b8ee9c9b4bc9c27aecd8fea1dd344c03d8 /community/bareos | |
parent | b8722d30267e9bbb46f9a7aab70ff024cf79d006 (diff) | |
download | aports-634a18834fafb5103f5a2aaa0f430de62e073929.tar.bz2 aports-634a18834fafb5103f5a2aaa0f430de62e073929.tar.xz |
community/bareos: Update config.guess
Currently bareos FTBFS on ppc64le due to outdate config.guess that does
not recognize the platform. Updating it before building it.
Diffstat (limited to 'community/bareos')
-rw-r--r-- | community/bareos/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/bareos/APKBUILD b/community/bareos/APKBUILD index 104acfeabd..6d91bd08df 100644 --- a/community/bareos/APKBUILD +++ b/community/bareos/APKBUILD @@ -27,6 +27,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/Re builddir="$srcdir"/${pkgname}-Release-${pkgver} +prepare() { + update_config_guess + default_prepare +} + build() { cd "$builddir" ./configure \ |