diff options
-rwxr-xr-x | extra/openssh-server/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/openssh-server/Pkgfile b/extra/openssh-server/Pkgfile index d9f3b02f3..0615f6b9e 100755 --- a/extra/openssh-server/Pkgfile +++ b/extra/openssh-server/Pkgfile @@ -7,14 +7,15 @@ name=openssh-server version=5.9p1 -release=1 +release=2 source=(http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz\ http://nutyx.meticul.eu/files/patchs/$name/service-01.patch) build() { unset MAKEFLAGS source /etc/blfs-bootscripts - wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 + wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd openssh-$version # sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" configure |