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
This commit is contained in:
Matthias Andree 2020-08-24 17:40:54 +00:00
parent 41b5d1258f
commit c4d02c45da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546102

View File

@ -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