From: Joe Orton Date: Tue, 3 Feb 2004 19:37:34 +0000 (+0000) Subject: * support/Makefile.in (suexec): Don't link against libapr etc; suexec X-Git-Tag: pre_ajp_proxy~740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634513a345a8ed67c61f4ca81c5ac98164009171;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/support/Makefile.in b/support/Makefile.in index 003c8313ca6..9c0ba751bbd 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)