aboutsummaryrefslogtreecommitdiffstats
path: root/community/avr-libc/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-29 23:07:30 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-29 23:07:30 +0000
commit223dd5c6c08ab2ae97083dfa1c32fe52a2b74f37 (patch)
treedac9602826eefc80585363b31207ec7b08d3309d /community/avr-libc/APKBUILD
parent98384cad74b9fe85a7cfad3bfe44a2fe1f6dc1e6 (diff)
downloadaports-223dd5c6c08ab2ae97083dfa1c32fe52a2b74f37.tar.bz2
aports-223dd5c6c08ab2ae97083dfa1c32fe52a2b74f37.tar.xz
community/avr-libc: update config guess (build fix aarch64)
Diffstat (limited to 'community/avr-libc/APKBUILD')
-rw-r--r--community/avr-libc/APKBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/avr-libc/APKBUILD b/community/avr-libc/APKBUILD
index 40a4617e96..f7a8e7c96d 100644
--- a/community/avr-libc/APKBUILD
+++ b/community/avr-libc/APKBUILD
@@ -13,6 +13,12 @@ subpackages="$pkgname-doc"
source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
+
+prepare() {
+ default_prepare || return 1
+ update_config_guess || return 1
+}
+
build() {
cd "$builddir"
./bootstrap || return 1