diff options
-rw-r--r-- | testing/ucl/APKBUILD | 5 |
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 |