Date: Thu, 27 Aug 2020 18:33:21 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546394 - head/www/mod_auth_xradius Message-ID: <202008271833.07RIXLQn010772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271833.07RIXLQn010772>