aboutsummaryrefslogtreecommitdiff
path: root/main/geoip
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-29 08:45:29 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-29 08:47:22 +0000
commit8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc (patch)
treee1bdd0bbb491926306c1e43e72dabbbe235f4b62 /main/geoip
parent832a032dd3794c5cc3e67f4ee580e171996e8e29 (diff)
downloadalpine_aports-8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc.tar.bz2
alpine_aports-8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc.tar.xz
alpine_aports-8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc.zip
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.
Diffstat (limited to 'main/geoip')
-rw-r--r--main/geoip/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/geoip/APKBUILD b/main/geoip/APKBUILD
index 2c18cae4f9..d86caaecf2 100644
--- a/main/geoip/APKBUILD
+++ b/main/geoip/APKBUILD
@@ -18,6 +18,7 @@ _builddir="$srcdir"/$_realname-$pkgver
18 18
19prepare() { 19prepare() {
20 cd "$_builddir" 20 cd "$_builddir"
21 update_config_sub || return 1
21 return 0 22 return 0
22} 23}
23 24