From 1fd32d3ef185b4d8bc3934c2adf1f895caea5fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 24 Dec 2013 11:53:11 +0000 Subject: main/{unbound,pidgin-sipe}: fix musl build --- main/unbound/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/unbound') 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;; -- cgit v1.2.3