summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-31 21:04:31 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-31 21:04:31 +0000
commit9edb368cb88e4df0d7200a4e879249e9fdcf2236 (patch)
tree9d9aae174ea97380d63a1dab7bda2d352e7acd35 /www/apache13
parentUpdate to 1.7. (diff)
Respect ${CC} completely.. without this, LD_SHLIB gets hardcoded to "gcc".
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=57087
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index a6bada97752c..a47e51a8269a 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -67,7 +67,7 @@ OPTIM+= -DBUFFERED_LOGS
CFLAGS+= -O6 -fomit-frame-pointer
.endif
-CONFIGURE_ENV= OPTIM='${OPTIM}'
+CONFIGURE_ENV= OPTIM='${OPTIM}' LD_SHLIB='${CC}'
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8