summaryrefslogtreecommitdiffstats
path: root/main/openssh
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-09-20 14:18:01 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-09-20 14:18:01 +0000
commite53afc7d2fac85802f1423c92b0be9f89537b0df (patch)
treed01ab2730e415f4108742c01f913401a656b3d82 /main/openssh
parent0ab3384b14dcf0a80b48c88b48d3037b05a70f9d (diff)
downloadaports-e53afc7d2fac85802f1423c92b0be9f89537b0df.tar.bz2
aports-e53afc7d2fac85802f1423c92b0be9f89537b0df.tar.xz
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.
Diffstat (limited to 'main/openssh')
-rw-r--r--main/openssh/APKBUILD1
1 files changed, 0 insertions, 1 deletions
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)