diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2014-10-05 16:06:03 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2014-10-05 16:06:03 +0300 |
commit | e081eb1b6a3cf1a0390bf3f784ec06a3123b480a (patch) | |
tree | faa4034c47381969c55f8ca018fa9c7a2a67393f /pam-ck-connector | |
parent | 7ec4ab09e55fd14a065efba0be5aab74356d7a6b (diff) | |
download | ConsoleKit2-e081eb1b6a3cf1a0390bf3f784ec06a3123b480a.tar.gz |
Undefine _FORTIFY_SOURCE before redefining it
Otherwise GCC nags us with warnings.
Diffstat (limited to 'pam-ck-connector')
-rw-r--r-- | pam-ck-connector/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pam-ck-connector/Makefile.am b/pam-ck-connector/Makefile.am index 81665b3..1568f8f 100644 --- a/pam-ck-connector/Makefile.am +++ b/pam-ck-connector/Makefile.am @@ -3,6 +3,7 @@ NULL = if ENABLE_PAM_MODULE AM_CFLAGS = \ + -U_FORTIFY_SOURCE \ $(LIBDBUS_CFLAGS) \ -I$(top_builddir)/libck-connector \ $(NULL) |