summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9d13336d5..8f9364f53 100644
--- a/README
+++ b/README
@@ -40,10 +40,10 @@ COMPILATION:
See the INSTALL file for more details.
Notes:
- * use SUID_CFLAGS when you want to define special compiler options
+ * use SUID_CFLAGS and SUID_LDFLAGS when you want to define special compiler options
for typical suid programs, for example:
- SUID_CFLAGS="-fpic" ./configure
+ SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie" ./configure
Now this feature is supported for chfn, chsh, newgrp, write,
mount and umount.