aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'main/openssh')
-rw-r--r--main/openssh/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD
index b5d9237560..a94a79cbcb 100644
--- a/main/openssh/APKBUILD
+++ b/main/openssh/APKBUILD
@@ -2,7 +2,7 @@
pkgname=openssh
pkgver=6.6_p1
_myver=${pkgver%_*}${pkgver#*_}
-pkgrel=2
+pkgrel=3
pkgdesc="Port of OpenBSD's free SSH release"
url="http://www.openssh.org/portable.html"
arch="all"
@@ -55,6 +55,7 @@ build () {
--with-ldflags="${LDFLAGS}" \
--disable-strip \
--disable-lastlog \
+ --disable-wtmp \
--with-privsep-path=/var/empty \
--with-privsep-user=sshd \
--with-md5-passwords \