aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos/APKBUILD
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-11 13:55:20 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-11 13:55:20 +0000
commit634a18834fafb5103f5a2aaa0f430de62e073929 (patch)
tree7d35b2b8ee9c9b4bc9c27aecd8fea1dd344c03d8 /community/bareos/APKBUILD
parentb8722d30267e9bbb46f9a7aab70ff024cf79d006 (diff)
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/APKBUILD')
-rw-r--r--community/bareos/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/bareos/APKBUILD b/community/bareos/APKBUILD
index 104acfeabd3..6d91bd08dff 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 \