Date: Sun, 11 Sep 2016 13:37:41 +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: r421817 - head/security/tcpcrypt Message-ID: <201609111337.u8BDbf8m098139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 13:37:41 2016 New Revision: 421817 URL: https://svnweb.freebsd.org/changeset/ports/421817 Log: security/tcpcrypt: Document SSL requirement and set its flags Approved by: SSL blanket Modified: head/security/tcpcrypt/Makefile Modified: head/security/tcpcrypt/Makefile ============================================================================== --- head/security/tcpcrypt/Makefile Sun Sep 11 12:44:15 2016 (r421816) +++ head/security/tcpcrypt/Makefile Sun Sep 11 13:37:41 2016 (r421817) @@ -16,7 +16,9 @@ GH_ACCOUNT= scslab GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= autoreconf libtool +USES= autoreconf libtool ssl +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} INSTALL_TARGET= install-strip USERS= tcpcryptd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111337.u8BDbf8m098139>