]> granicus.if.org Git - apache/commitdiff
* support/Makefile.in (suexec): Don't link against libapr etc; suexec
authorJoe Orton <jorton@apache.org>
Tue, 3 Feb 2004 19:37:34 +0000 (19:37 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 3 Feb 2004 19:37:34 +0000 (19:37 +0000)
is self-contained.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102491 13f79535-47bb-0310-9956-ffa450edef68

support/Makefile.in

index 003c8313ca633cbc10f4ed1d3cea0fc806b69771..9c0ba751bbd868dcd93849efd43be46b23148804 100644 (file)
@@ -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)