1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Respect CC and STRIP

PR:		ports/162492
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
This commit is contained in:
Renato Botelho 2011-11-16 21:18:26 +00:00
parent e77de6bf9e
commit 6dcf941c1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285935

View File

@ -756,6 +756,7 @@ post-patch:
do-configure:
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-qmail
.if defined(WITH_BIG_CONCURRENCY_PATCH) \
&& !defined(BARRIER_BIG_CONCURRENCY_PATCH) \