aboutsummaryrefslogtreecommitdiffstats
path: root/main/unbound
diff options
context:
space:
mode:
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 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;;