diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-02-19 09:33:45 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-02-19 09:33:45 +0000 |
commit | 5a95c9f7c4e74ea14d6b2328aceded4c13dadb48 (patch) | |
tree | 2782b512e7b74d044d934d71938d5310a0a33b1a /main | |
parent | 7c906a8315f01ba377a91925b598635e1d1afb4b (diff) | |
download | aports-5a95c9f7c4e74ea14d6b2328aceded4c13dadb48.tar.bz2 aports-5a95c9f7c4e74ea14d6b2328aceded4c13dadb48.tar.xz |
main/icedtea-web: fix musl build
Diffstat (limited to 'main')
-rw-r--r-- | main/icedtea-web/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/icedtea-web/APKBUILD b/main/icedtea-web/APKBUILD index 0a45aa915..57ef20cba 100644 --- a/main/icedtea-web/APKBUILD +++ b/main/icedtea-web/APKBUILD @@ -19,6 +19,7 @@ _builddir="$srcdir"/icedtea-web-$pkgver prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |