From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
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/ocfs2-tools/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

(limited to 'main/ocfs2-tools')

diff --git a/main/ocfs2-tools/APKBUILD b/main/ocfs2-tools/APKBUILD
index a08724a96..e49de3f74 100644
--- a/main/ocfs2-tools/APKBUILD
+++ b/main/ocfs2-tools/APKBUILD
@@ -24,6 +24,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
 
 prepare() {
 	cd "$_builddir"
+	update_config_sub || return 1
 	local i
 	for i in ../*.patch
 	do
-- 
cgit v1.2.3