From e53afc7d2fac85802f1423c92b0be9f89537b0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 20 Sep 2013 14:18:01 +0000 Subject: main/openssh: fix build openssh got upgraded since my last musl build, and had config.sub updated. remove the now unneeded update_config_sub check. --- main/openssh/APKBUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'main/openssh') diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index bfa39182b..c29bc7b7f 100644 --- a/main/openssh/APKBUILD +++ b/main/openssh/APKBUILD @@ -24,7 +24,6 @@ source="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$_myver.tar. _builddir="$srcdir"/$pkgname-$_myver prepare() { cd "$_builddir" - update_config_sub || return 1 for i in $source; do case "$i" in *.diff.gz) -- cgit v1.2.3