From 1751d6595597f1d9101cac04e54f20d95790f4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 27 Sep 2013 14:19:28 +0000 Subject: main/[various]: fix build against musl (add update_config_sub) --- main/openntpd/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/openntpd') diff --git a/main/openntpd/APKBUILD b/main/openntpd/APKBUILD index 17058391ce..0b88c56608 100644 --- a/main/openntpd/APKBUILD +++ b/main/openntpd/APKBUILD @@ -23,7 +23,7 @@ prepare() { cd "$srcdir/$pkgname-$_myver" patch -p1 < ../openntpd-3.9p1_reconnect_on_sendto_EINVAL.diff sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || return 1 - update_config_sub + update_config_sub || return 1 } build() { -- cgit v1.2.3