diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-26 13:10:19 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-26 13:10:33 +0200 |
commit | cb564c1b557c4b6af963b375a32309feddb9c444 (patch) | |
tree | a8b1c98805d94cb0dde87c6668d38c125b0931f1 | |
parent | 915046b61d93752ed597d761008364b231434694 (diff) | |
download | aports-cb564c1b557c4b6af963b375a32309feddb9c444.tar.bz2 aports-cb564c1b557c4b6af963b375a32309feddb9c444.tar.xz |
testing/libieee1284: update config guess to fix build on ppc64le
-rw-r--r-- | testing/libieee1284/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libieee1284/APKBUILD b/testing/libieee1284/APKBUILD index f68e88554e..ffbcef089c 100644 --- a/testing/libieee1284/APKBUILD +++ b/testing/libieee1284/APKBUILD @@ -15,6 +15,11 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t builddir="$srcdir/$pkgname-$pkgver" options="!check" +prepare() { + default_prepare + update_config_guess +} + build() { cd "$builddir" |