diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:53:11 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-24 11:57:06 +0000 |
commit | 1fd32d3ef185b4d8bc3934c2adf1f895caea5fce (patch) | |
tree | 3516e1828c906abce5198e579055c266ab0486fa /main/unbound | |
parent | da021e8a3c866362aae30d3811323038400e9fc3 (diff) | |
download | aports-1fd32d3ef185b4d8bc3934c2adf1f895caea5fce.tar.bz2 aports-1fd32d3ef185b4d8bc3934c2adf1f895caea5fce.tar.xz |
main/{unbound,pidgin-sipe}: fix musl build
Diffstat (limited to 'main/unbound')
-rw-r--r-- | main/unbound/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index fd98ad21f8..c7cd0170e0 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -26,6 +26,7 @@ _builddir="$srcdir"/unbound-$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;; |