From 634513a345a8ed67c61f4ca81c5ac98164009171 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 3 Feb 2004 19:37:34 +0000 Subject: * support/Makefile.in (suexec): Don't link against libapr etc; suexec is self-contained. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102491 13f79535-47bb-0310-9956-ffa450edef68 --- support/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'support/Makefile.in') 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) -- cgit v1.2.3