From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Sun, 29 Sep 2013 08:45:29 +0000 Subject: main/[various]: update config.sub (and remove charset.alias) for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. --- main/nload/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/nload/APKBUILD') diff --git a/main/nload/APKBUILD b/main/nload/APKBUILD index ac7f0a82b8d..7838080cffd 100644 --- a/main/nload/APKBUILD +++ b/main/nload/APKBUILD @@ -15,6 +15,11 @@ source="http://www.roland-riegel.de/nload/nload-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { cd "$_builddir" ./configure \ -- cgit v1.2.3