CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / openssh / Pkgfile
index 070f0fbe40208aabc40ccbf01e8ee62fb54b256f..81f58bdd1efaa6db5545858c54bf5e2e159348fa 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on: openssl zlib tcp_wrappers
 
 name=openssh
-version=5.8p1
-release=1
+version=5.8p2
+release=2
 source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz sshd)
 
 build() {
@@ -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