From cda466e7a8cd4b1dc2b8ff85c3f14f2666e00cc8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 5 Apr 2011 14:54:42 +0000 Subject: [PATCH] openssh: removed forced cflags. --- openssh/Pkgfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.26.2