diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-20 14:18:01 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-20 14:18:01 +0000 |
commit | e53afc7d2fac85802f1423c92b0be9f89537b0df (patch) | |
tree | d01ab2730e415f4108742c01f913401a656b3d82 /main/openssh | |
parent | 0ab3384b14dcf0a80b48c88b48d3037b05a70f9d (diff) | |
download | aports-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/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index bfa39182b2..c29bc7b7fd 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) |