diff options
Diffstat (limited to 'openssh/Pkgfile')
-rwxr-xr-x | openssh/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 1b530be24..a24f9a3f7 100755 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -4,18 +4,19 @@ # Packager: thierryn1 at hispeed dot ch name=openssh -version=5.9p1 +version=6.0p1 release=1 source=(http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz) build() { unset MAKEFLAGS cd $name-$version - sed -i "s/lkrb5 -ldes/lkrb5/" configure + #sed -i "s/lkrb5 -ldes/lkrb5/" configure ./configure --prefix=/usr \ --sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/openssh \ - --with-tcp-wrappers --with-md5-passwords \ + --with-tcp-wrappers \ + --with-md5-passwords \ --with-privsep-path=/var/lib/sshd \ --mandir=/usr/share/man \ --infodir=/usr/share/info |