summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKarel Zak2007-04-24 11:44:19 +0200
committerKarel Zak2007-04-25 00:20:46 +0200
commit06bcee19a248efe225d744a09a44638c07685bef (patch)
tree868b6fe77db68f6ccc8bb0fa80f1ca4f85946e42 /README
parentmount: add support for mtab "uhelper" option (diff)
downloadkernel-qcow2-util-linux-06bcee19a248efe225d744a09a44638c07685bef.tar.gz
kernel-qcow2-util-linux-06bcee19a248efe225d744a09a44638c07685bef.tar.xz
kernel-qcow2-util-linux-06bcee19a248efe225d744a09a44638c07685bef.zip
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 <kzak@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 9b3cdea6a..ff49b3e60 100644
--- a/README
+++ b/README
@@ -48,3 +48,15 @@ VERSION SCHEMA:
suffix = "devel" or "rc<N>"
+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.