Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 14:07:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399982 - head/security/openvpn
Message-ID:  <201510221407.t9ME7ALc009010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510221407.t9ME7ALc009010>