diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:26:59 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:29:46 +0000 |
commit | da021e8a3c866362aae30d3811323038400e9fc3 (patch) | |
tree | cf490ea71b275761d7b3c4453d38b07f41082e34 /main/gmime/APKBUILD | |
parent | a600dd3ea6fb094ee9b972ca8ee1df39417aa35d (diff) | |
download | aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.bz2 aports-da021e8a3c866362aae30d3811323038400e9fc3.tar.xz |
[various]: update config.sub (fixes musl build)
Diffstat (limited to 'main/gmime/APKBUILD')
-rw-r--r-- | main/gmime/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gmime/APKBUILD b/main/gmime/APKBUILD index a6dadb818a..d8e199ed57 100644 --- a/main/gmime/APKBUILD +++ b/main/gmime/APKBUILD @@ -18,6 +18,7 @@ _builddir="${srcdir}/${pkgname}-${pkgver}" prepare() { local i cd "$_builddir" + update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |