From 3f3c9c909a41611ac5d2a9c151290296aa30a97f Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Tue, 15 May 2007 20:46:03 +0200 Subject: build-sys: add SUID_LDFLAGS Programs which are usually installed with the setuid bit do need their own CFLAGS and LDFLAGS. SUID_LDFLAGS is analogic to SUID_CFLAGS. Signed-off-by: Stepan Kasal --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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. -- cgit v1.2.3-55-g7522