Date: Fri, 9 Sep 2016 22:07:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421639 - head/security/trousers Message-ID: <201609092207.u89M7mZV093331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Sep 9 22:07:48 2016 New Revision: 421639 URL: https://svnweb.freebsd.org/changeset/ports/421639 Log: security/trousers: Set CFLAGS and LDFLAGS for SSL support Approved by: SSL blanket Modified: head/security/trousers/Makefile Modified: head/security/trousers/Makefile ============================================================================== --- head/security/trousers/Makefile Fri Sep 9 21:34:46 2016 (r421638) +++ head/security/trousers/Makefile Fri Sep 9 22:07:48 2016 (r421639) @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --with-gui=none --enable 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609092207.u89M7mZV093331>