aboutsummaryrefslogtreecommitdiff
path: root/www/resin3
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-04-04 16:24:31 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-04-04 16:24:31 +0000
commit0aa4e55385bff1713012c1de892f13feb84c350e (patch)
tree16f59a84b15a929e47cd6c294105e48ac3824d8a /www/resin3
parentc810aa76d0bf01b4b077cfedf1195b4c0ee491ee (diff)
downloadports-0aa4e55385bff1713012c1de892f13feb84c350e.tar.gz
ports-0aa4e55385bff1713012c1de892f13feb84c350e.zip
Notes
Diffstat (limited to 'www/resin3')
-rw-r--r--www/resin3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile
index c1b17d4a08c0..62afcd9e765b 100644
--- a/www/resin3/Makefile
+++ b/www/resin3/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-java-home=${JAVA_HOME} \
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
# We need to link with cc instead of ld for the FreeBSD specific options used
# by threading libraries
-CONFIGURE_ENV= LD=${CC} PTHREAD_LIBS=${PTHREAD_LIBS}
+CONFIGURE_ENV= LD=${CC} PTHREAD_LIBS=${PTHREAD_LIBS} LDFLAGS="${LDFLAGS}"
# Install the Apache plugin if needed
.if defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES)