From: Victor Martinez Date: Tue, 5 Apr 2011 14:54:42 +0000 (+0000) Subject: openssh: removed forced cflags. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=cda466e7a8cd4b1dc2b8ff85c3f14f2666e00cc8;p=crossrootfs.git openssh: removed forced cflags. --- diff --git a/openssh/Pkgfile b/openssh/Pkgfile index 070f0fb..69f0d42 100644 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -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