From 634a18834fafb5103f5a2aaa0f430de62e073929 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Tue, 11 Apr 2017 13:55:20 +0000 Subject: 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. --- community/bareos/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'community') 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 \ -- cgit v1.2.3