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 --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README') diff --git a/README b/README index 9b3cdea6a..ff49b3e60 100644 --- a/README +++ b/README @@ -48,3 +48,15 @@ VERSION SCHEMA: suffix = "devel" or "rc" +COMPILATION: + + See the INSTALL file for more details. + + Notes: + * use SUID_CFLAGS when you want to define special compiler options + for typical suid programs, for example: + + SUID_CFLAGS="-fpic" ./configure + + Now this feature is supported for chfn, chsh, newgrp, write, + mount and umount. -- cgit v1.2.3-55-g7522