diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-31 21:04:31 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-31 21:04:31 +0000 |
commit | 9edb368cb88e4df0d7200a4e879249e9fdcf2236 (patch) | |
tree | 9d9aae174ea97380d63a1dab7bda2d352e7acd35 /www | |
parent | Update to 1.7. (diff) |
Respect ${CC} completely.. without this, LD_SHLIB gets hardcoded to "gcc".
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13/Makefile | 2 |
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 |