diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-16 21:58:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-16 21:58:12 +0100 |
commit | 5d24b4dd5f3ad888305db47c4e5c145f4a1c5261 (patch) | |
tree | 5e414d9ffb1b3214bd92bdad58fca29a2b12c9c8 /base/openssh | |
parent | de2462a43cefcd74ddaa09c0ce3e2b826c986315 (diff) | |
download | nutyx-extra-5d24b4dd5f3ad888305db47c4e5c145f4a1c5261.tar.gz nutyx-extra-5d24b4dd5f3ad888305db47c4e5c145f4a1c5261.tar.bz2 nutyx-extra-5d24b4dd5f3ad888305db47c4e5c145f4a1c5261.tar.xz nutyx-extra-5d24b4dd5f3ad888305db47c4e5c145f4a1c5261.zip |
openssh, nettoyage port
Diffstat (limited to 'base/openssh')
-rwxr-xr-x | base/openssh/Pkgfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/openssh/Pkgfile b/base/openssh/Pkgfile index 2a41eba18..b52fbb442 100755 --- a/base/openssh/Pkgfile +++ b/base/openssh/Pkgfile @@ -11,7 +11,6 @@ source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz build() { unset MAKEFLAGS cd $name-$version -# sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure sed -i "s/lkrb5 -ldes/lkrb5/" configure ./configure --prefix=/usr \ --sysconfdir=/etc/ssh \ |