X-Git-Url: http://gitweb/?a=blobdiff_plain;f=openssh%2FPkgfile;h=1b797fdaeb4a032ab952a3741c35bd0831b386a3;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=070f0fbe40208aabc40ccbf01e8ee62fb54b256f;hpb=fe2701c68940a0cf74a46c87863e8f33bf60c7aa;p=crossrootfs.git diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 070f0fb..1b797fd 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -5,7 +5,7 @@ # Depends on: openssl zlib tcp_wrappers name=openssh -version=5.8p1 +version=6.6p1 release=1 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd) @@ -25,8 +25,7 @@ build() { --with-xauth=/usr/bin/xauth \ --with-zlib="$CLFS/usr" \ --with-ssl-dir="$CLFS/usr" \ - --with-libs="$LIBS -L$CLFS/usr/lib" \ - --with-cflags="$CFLAGS -I$CLFS/usr/include" + --with-libs="$LIBS -L$CLFS/usr/lib" make AR="$AR" RANLIB="$RANLIB" AS="$AS" LD="$CC" make DESTDIR=$PKG STRIP_OPT="-s --strip-program=$STRIP" AR="$AR" RANLIB="$RANLIB" AS="$AS" install