[systemd-commits] autogen.sh
Kay Sievers
kay at kemper.freedesktop.org
Wed Aug 8 04:22:32 PDT 2012
autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5ea373e101fe7153b0038d9cde015de5f6a6d314
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Aug 8 13:16:57 2012 +0200
autogen.sh: disable _FORTIFY_SOURCE, we want -O0, which is incompatible
diff --git a/autogen.sh b/autogen.sh
index 86fe9b3..33d8fcd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -54,7 +54,7 @@ args="$args \
fi
if [ "x$1" = "xc" ]; then
- ./configure CFLAGS='-g -O0' $args
+ ./configure CFLAGS='-g -O0 -Wp,-U_FORTIFY_SOURCE' $args
make clean
else
echo
@@ -62,6 +62,6 @@ else
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
- echo "./configure CFLAGS='-g -O0' $args"
+ echo "./configure CFLAGS='-g -O0 -Wp,-U_FORTIFY_SOURCE' $args"
echo
fi
More information about the systemd-commits
mailing list