aboutsummaryrefslogtreecommitdiffstats
path: root/security/trousers
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-12-08 00:25:44 +0800
committermarino <marino@FreeBSD.org>2016-12-08 00:25:44 +0800
commitbea3ea4b625debfb3f6fb9ba4ceb06125b96d682 (patch)
tree9c6b4d6086a2951f7137640e0a8ab5f05ecf9020 /security/trousers
parent156d9005817a9a739a3ff927b00991a4e0071549 (diff)
downloadfreebsd-ports-gnome-bea3ea4b625debfb3f6fb9ba4ceb06125b96d682.tar.gz
freebsd-ports-gnome-bea3ea4b625debfb3f6fb9ba4ceb06125b96d682.tar.zst
freebsd-ports-gnome-bea3ea4b625debfb3f6fb9ba4ceb06125b96d682.zip
security/trousers: Fix libressl support regression
The CFLAGS and LDFLAGS additions introduced on 9 Sep 16 are critical to supporting building with LibreSSL. They were removed with the last version upgrade, so put them back again. Approved by: SSL blanket
Diffstat (limited to 'security/trousers')
-rw-r--r--security/trousers/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile
index a61f273a0157..17b217b150ad 100644
--- a/security/trousers/Makefile
+++ b/security/trousers/Makefile
@@ -31,6 +31,8 @@ CONFIGURE_ARGS= --with-gui=none --enable-static \
RANLIB=:
MAKE_ENV= ICONV_LIB=${ICONV_LIB} \
ICONV_PREFIX=${ICONV_PREFIX}
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
SUB_FILES= pkg-message
SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}"
PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}"