svn commit: r546102 - head/security/openvpn-auth-ldap
Matthias Andree
mandree at FreeBSD.org
Mon Aug 24 17:40:54 UTC 2020
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
More information about the svn-ports-all
mailing list