skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 88805f471a66064c778ea49ef22287fcd37deb93
parent c0bdcba56e12723440598903fae42b2a60b1b573
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun, 29 Oct 2017 15:21:59 +0000

 Shut up, grep

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -379,7 +379,7 @@ echo " ... $target" defaultpie=false echo "Checking whether we're building PIE..." -if $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -dM -E - < /dev/null | grep -F __PIE__ ; then +if $CC_AUTO $CPPFLAGS_AUTO $CPPFLAGS $CPPFLAGS_POST $CFLAGS_AUTO $CFLAGS $CFLAGS_POST -dM -E - < /dev/null | grep -qF __PIE__ ; then defaultpie=true echo " ... yes" else