svn commit: r566309 - head/www/obhttpd

Ed Maste emaste at FreeBSD.org
Mon Feb 22 16:37:03 UTC 2021


Author: emaste (src committer)
Date: Mon Feb 22 16:37:02 2021
New Revision: 566309
URL: https://svnweb.freebsd.org/changeset/ports/566309

Log:
  www/obhttpd: Prepare for base system default PIE
  
  PR:		253275
  Submitted by:	Dawid Gorecki <dgr at semihalf.com>
  Approved by:	lwhsu, Nikola Kolev (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D28800

Modified:
  head/www/obhttpd/Makefile

Modified: head/www/obhttpd/Makefile
==============================================================================
--- head/www/obhttpd/Makefile	Mon Feb 22 16:34:43 2021	(r566308)
+++ head/www/obhttpd/Makefile	Mon Feb 22 16:37:02 2021	(r566309)
@@ -27,6 +27,9 @@ CFLAGS+=	-I${WRKDIR}/libressl-${SSL_VERSION}/include
 
 MAKE_ARGS+=	MANDIR=${PREFIX}/man/man
 
+# XXX Static libraries with PIE are currently unsupported.
+MAKE_ARGS+=	WITHOUT_PIE=true
+
 USERS=		www
 GROUPS=		www
 


More information about the svn-ports-all mailing list