Date: Mon, 22 Feb 2021 16:37:02 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566309 - head/www/obhttpd Message-ID: <202102221637.11MGb2uw063760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102221637.11MGb2uw063760>