Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 17:40:54 +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: r546102 - head/security/openvpn-auth-ldap
Message-ID:  <202008241740.07OHesw6018802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Mon Aug 24 17:40:54 2020
New Revision: 546102
URL: https://svnweb.freebsd.org/changeset/ports/546102

Log:
  security/openvpn-auth-ldap: add -fcommon to future-proof
  
  libobjc2 may need some love, but I'm not too acquainted with
  Objective-C to do that... so limit my effort to my own port
  
  PR:		248885
  Reported by:	pkg-fallout@ on FreeBSD -head

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Mon Aug 24 17:20:18 2020	(r546101)
+++ head/security/openvpn-auth-ldap/Makefile	Mon Aug 24 17:40:54 2020	(r546102)
@@ -37,7 +37,7 @@ PORTDOCS=	README
 PORTEXAMPLES=	auth-ldap.conf
 PLIST_FILES=	lib/openvpn-auth-ldap.so
 OBJCFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include -fPIC
-CFLAGS+=	-fPIC
+CFLAGS+=	-fPIC -fcommon
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 



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