diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-03-29 12:58:12 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-03-29 13:02:13 +0000 |
commit | 3776409a48e24e64b1701a5f56c302e31f57931e (patch) | |
tree | 6208d8485cc9e2a808522f2b1c07b0b18a8139ef /testing/silc-client | |
parent | daee6f6c8e3eb2b6f82be4cd2f5d092efe639c36 (diff) | |
download | aports-3776409a48e24e64b1701a5f56c302e31f57931e.tar.bz2 aports-3776409a48e24e64b1701a5f56c302e31f57931e.tar.xz |
testing/silc-client: Reconfigure before configuring
Currently silc-client FTBFS on ppc64le due to unrecognized platform.
Updating config.guess solves this problem and make it buildable.
Diffstat (limited to 'testing/silc-client')
-rw-r--r-- | testing/silc-client/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/silc-client/APKBUILD b/testing/silc-client/APKBUILD index 46f77bf260..f483769d0b 100644 --- a/testing/silc-client/APKBUILD +++ b/testing/silc-client/APKBUILD @@ -23,6 +23,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_guess || return 1 } build() { |