summaryrefslogtreecommitdiffstats
path: root/main/unbound
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-24 11:53:11 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-12-24 11:57:06 +0000
commit1fd32d3ef185b4d8bc3934c2adf1f895caea5fce (patch)
tree3516e1828c906abce5198e579055c266ab0486fa /main/unbound
parentda021e8a3c866362aae30d3811323038400e9fc3 (diff)
downloadaports-1fd32d3ef185b4d8bc3934c2adf1f895caea5fce.tar.bz2
aports-1fd32d3ef185b4d8bc3934c2adf1f895caea5fce.tar.xz
main/{unbound,pidgin-sipe}: fix musl build
Diffstat (limited to 'main/unbound')
-rw-r--r--main/unbound/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD
index fd98ad21f..c7cd0170e 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;;