svn commit: r566307 - head/www/mathopd
Ed Maste
emaste at FreeBSD.org
Mon Feb 22 16:27:15 UTC 2021
Author: emaste (src committer)
Date: Mon Feb 22 16:27:14 2021
New Revision: 566307
URL: https://svnweb.freebsd.org/changeset/ports/566307
Log:
www/mathopd: Fix build with default PIE
Mathopd Makefile passed CFLAGS in MAKE_ENV variable. This caused CFLAGS
processing in bsd.prog.mk to be ignored, which in turn left non-PIE CFLAGS
from sys.mk and LDFLAGS with PIE enabled from bsd.prog.mk.
PR: 253275 [exp-run]
Submitted by: Dawid Górecki <dgr at semihalf.com>
Approved by: lwhsu, Michiel Boland [maintainer]
Differential Revision: https://reviews.freebsd.org/D28793
Modified:
head/www/mathopd/Makefile
Modified: head/www/mathopd/Makefile
==============================================================================
--- head/www/mathopd/Makefile Mon Feb 22 15:39:10 2021 (r566306)
+++ head/www/mathopd/Makefile Mon Feb 22 16:27:14 2021 (r566307)
@@ -13,7 +13,6 @@ COMMENT= Small, yet fast HTTP server
LICENSE= BSD3CLAUSE
CFLAGS+= -DFREEBSD_SENDFILE
-MAKE_ARGS= CFLAGS="${CFLAGS}"
OPTIONS_DEFINE= DOCS
More information about the svn-ports-head
mailing list