From 06bcee19a248efe225d744a09a44638c07685bef Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 24 Apr 2007 11:44:19 +0200 Subject: build-sys: add SUID_CFLAGS The patch allows to define special CFLAGS for typical suid programs (like mount, umount, chfn, ...). Some distributions use for example "-fpic" for suid binaries. Signed-off-by: Karel Zak --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66e88df8b..d24ce0995 100644 --- a/configure.ac +++ b/configure.ac @@ -398,6 +398,9 @@ if test x$enable_use_tty_group = xyes; then AC_DEFINE(USE_TTY_GROUP, 1, [Should wall and write be installed setgid tty?]) fi + +AC_SUBST([SUID_CFLAGS]) + CPPFLAGS="-fsigned-char -fomit-frame-pointer $CPPFLAGS" LIBS="" -- cgit v1.2.3-55-g7522