diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-07 18:19:14 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-07 18:19:44 +0100 |
commit | fce3632b7312a1960a013abd7f36969e83c4e80d (patch) | |
tree | 5144a6cf6280ec68ff5a7b4f3cde785b29f6aedc /testing/plib | |
parent | e62bf97e7a279b092e4478f1336ac12d7ff51915 (diff) | |
download | aports-fce3632b7312a1960a013abd7f36969e83c4e80d.tar.bz2 aports-fce3632b7312a1960a013abd7f36969e83c4e80d.tar.xz |
testing/plib: fix build on armhf - update config sub/guess
Diffstat (limited to 'testing/plib')
-rw-r--r-- | testing/plib/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/plib/APKBUILD b/testing/plib/APKBUILD index 8f86ab59ee..a55f7497a3 100644 --- a/testing/plib/APKBUILD +++ b/testing/plib/APKBUILD @@ -17,8 +17,10 @@ source="http://plib.sourceforge.net/dist/$pkgname-$pkgver.tar.gz builddir="$srcdir"/$pkgname-$pkgver prepare() { - cd "$builddir" default_prepare || return 1 + + cd "$builddir" + update_config_guess && update_config_sub } build() { |