summaryrefslogtreecommitdiff
path: root/www/resin2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/resin2/Makefile')
-rw-r--r--www/resin2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin2/Makefile b/www/resin2/Makefile
index d7960f5f6b41..b59fb2d3ccb6 100644
--- a/www/resin2/Makefile
+++ b/www/resin2/Makefile
@@ -63,7 +63,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} LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LD=${CC} PTHREAD_LIBS=${PTHREAD_LIBS}
# Install the Apache plugin if needed
.if defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES)