svn commit: r546394 - head/www/mod_auth_xradius

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:33:22 UTC 2020


Author: tcberner
Date: Thu Aug 27 18:33:21 2020
New Revision: 546394
URL: https://svnweb.freebsd.org/changeset/ports/546394

Log:
  www/mod_auth_xradius: fix build on recent current

Modified:
  head/www/mod_auth_xradius/Makefile

Modified: head/www/mod_auth_xradius/Makefile
==============================================================================
--- head/www/mod_auth_xradius/Makefile	Thu Aug 27 18:31:08 2020	(r546393)
+++ head/www/mod_auth_xradius/Makefile	Thu Aug 27 18:33:21 2020	(r546394)
@@ -15,6 +15,8 @@ LICENSE=	APACHE20
 
 USES=		apache:2.2+ tar:bzip2
 GNU_CONFIGURE=	yes
+# Seems dead upstream. Don't expect a proper fix.
+CFLAGS+=	-fcommon
 
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_xradius.so
 


More information about the svn-ports-head mailing list