From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= 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/libetpan/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/libetpan') diff --git a/main/libetpan/APKBUILD b/main/libetpan/APKBUILD index 055df1d48a..f104b568ad 100644 --- a/main/libetpan/APKBUILD +++ b/main/libetpan/APKBUILD @@ -15,6 +15,7 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t prepare() { cd "$srcdir"/$pkgname-$pkgver + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; -- cgit v1.2.3