mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Respect ${CC} completely.. without this, LD_SHLIB gets hardcoded to "gcc".
Approved by: maintainer
This commit is contained in:
parent
92b63d50f0
commit
9edb368cb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57087
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user