diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-20 13:01:09 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-20 13:02:19 +0000 |
commit | 2702db2a9ba4bb1f2ef819ae61c791477748784f (patch) | |
tree | dc7fdfaec5296561ff80bbd973d9470b4d641cd4 /main/acl | |
parent | 5d990086ddb19bc28eb4a2d43c65f2d1bcdd739d (diff) | |
download | aports-2702db2a9ba4bb1f2ef819ae61c791477748784f.tar.bz2 aports-2702db2a9ba4bb1f2ef819ae61c791477748784f.tar.xz |
main/[various]: simple build fixes against musl (update_config_sub)
Diffstat (limited to 'main/acl')
-rw-r--r-- | main/acl/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/acl/APKBUILD b/main/acl/APKBUILD index de8153af4..5b382c549 100644 --- a/main/acl/APKBUILD +++ b/main/acl/APKBUILD @@ -13,6 +13,7 @@ source="http://download.savannah.gnu.org/releases-noredirect/acl/acl-$pkgver.src prepare() { cd "$srcdir"/acl-$pkgver + update_config_sub || return 1 #libtoolize --force && aclocal -I m4 && autoconf && autoheader sed -i \ -e '/^as_dummy=/s:=":="$PATH$PATH_SEPARATOR:' \ |