aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-02-21 14:45:57 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-02-21 14:46:14 +0200
commit5e1bc13156db9738486e25ef7c1f2de0d9d05580 (patch)
tree9c563ab9aeed0c9cfdaee39be8deb6a6aa8a2ece /testing
parentc8504f63479a70a1a112fbb3adc01e287a1d3c6d (diff)
downloadaports-5e1bc13156db9738486e25ef7c1f2de0d9d05580.tar.bz2
aports-5e1bc13156db9738486e25ef7c1f2de0d9d05580.tar.xz
testing/ucl: update_config_sub for aarch64
Diffstat (limited to 'testing')
-rw-r--r--testing/ucl/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ucl/APKBUILD b/testing/ucl/APKBUILD
index 096d3e8851..5341f23de6 100644
--- a/testing/ucl/APKBUILD
+++ b/testing/ucl/APKBUILD
@@ -13,6 +13,11 @@ source="
0001-Static-assert.patch
"
+prepare() {
+ default_prepare || return 1
+ update_config_sub || return 1
+}
+
build() {
cd "$builddir"
./configure --prefix=/usr --enable-shared --enable-static || return 1