Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 13:58:35 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542434 - head/security/openvpn
Message-ID:  <202007171358.06HDwZDq026158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Jul 17 13:58:34 2020
New Revision: 542434
URL: https://svnweb.freebsd.org/changeset/ports/542434

Log:
  openvpn: Add one TODO marker (no functional change).

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Fri Jul 17 13:36:33 2020	(r542433)
+++ head/security/openvpn/Makefile	Fri Jul 17 13:58:34 2020	(r542434)
@@ -32,6 +32,9 @@ CONFIGURE_ENV+=		ac_cv_prog_CMAKE= CMAKE=
 
 # let OpenVPN's configure script pick up the requisite libraries,
 # but do not break the plugin build if an older version is installed
+# XXX FIXME: once there is an opportunity for testing with older
+# versions with incompatible plugins again, try USES+=localbase:ldflags,
+# suggested by Mateusz Piotrowski 0mp@ 2020-07-17
 CPPFLAGS+=		-I${WRKSRC}/include -I${LOCALBASE}/include
 LDFLAGS+=		-L${LOCALBASE}/lib -Wl,--as-needed
 



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