svn commit: r399982 - head/security/openvpn

Mathieu Arnold mat at FreeBSD.org
Thu Oct 22 14:07:11 UTC 2015


Author: mat
Date: Thu Oct 22 14:07:10 2015
New Revision: 399982
URL: https://svnweb.freebsd.org/changeset/ports/399982

Log:
  Fix build without POLARSSL.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Thu Oct 22 14:06:23 2015	(r399981)
+++ head/security/openvpn/Makefile	Thu Oct 22 14:07:10 2015	(r399982)
@@ -51,7 +51,7 @@ X509ALTUSERNAME_PREVENTS_MSG=	OpenVPN ${
 
 POLARSSL_LIB_DEPENDS=		libpolarssl.so:${PORTSDIR}/security/polarssl
 POLARSSL_CONFIGURE_ON=	--with-crypto-library=polarssl
-POLARSSL_USE=		openssl=yes
+POLARSSL_USE_OFF=		openssl=yes
 POLARSSL_CONFIGURE_OFF=	--with-crypto-library=openssl
 
 USE_RC_SUBR=		openvpn


More information about the svn-ports-head mailing list