summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--support/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 003c8313ca..9c0ba751bb 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -57,9 +57,7 @@ checkgid_OBJECTS = checkgid.lo
checkgid: $(checkgid_OBJECTS)
$(LINK) $(checkgid_LTFLAGS) $(checkgid_OBJECTS) $(PROGRAM_LDADD)
-# suexec must be statically compiled. Otherwise it is not relocatable,
-# since LD_* environment variables are ignored in setuid programs.
suexec_OBJECTS = suexec.lo
suexec: $(suexec_OBJECTS)
- $(LINK) -static $(suexec_OBJECTS) $(PROGRAM_LDADD)
+ $(LINK) $(suexec_OBJECTS)