summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:04 +0200
committerKarel Zak2007-05-16 11:43:29 +0200
commit2c4bdb7fca252e1183679c094a699f0b05bd8c1b (patch)
tree768a5dca92595a6690bb3e56fd79a33611c77282 /README
parentbuild-sys: add SUID_LDFLAGS (diff)
downloadkernel-qcow2-util-linux-2c4bdb7fca252e1183679c094a699f0b05bd8c1b.tar.gz
kernel-qcow2-util-linux-2c4bdb7fca252e1183679c094a699f0b05bd8c1b.tar.xz
kernel-qcow2-util-linux-2c4bdb7fca252e1183679c094a699f0b05bd8c1b.zip
build-sys: fix the example configure call in README
Adapt the example to pass the variables as arguments to the configure script, as this is the prefered way. And a few cosmetic changes to the paragraph. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8f9364f53..3686d156a 100644
--- a/README
+++ b/README
@@ -40,10 +40,10 @@ COMPILATION:
See the INSTALL file for more details.
Notes:
- * use SUID_CFLAGS and SUID_LDFLAGS when you want to define special compiler options
- for typical suid programs, for example:
+ * use SUID_CFLAGS and SUID_LDFLAGS when you want to define special
+ compiler options for typical suid programs, for example:
- SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie" ./configure
+ ./configure SUID_CFLAGS="-fpie" SUID_LDFLAGS="-pie"
- Now this feature is supported for chfn, chsh, newgrp, write,
- mount and umount.
+ This feature is currently supported for chfn, chsh, newgrp,
+ write, mount, and umount.