aboutsummaryrefslogtreecommitdiff
path: root/lang/php71
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-09-18 16:08:00 +0000
committerEd Maste <emaste@FreeBSD.org>2018-09-18 16:08:00 +0000
commit2371ee22c78eb4989c186050f0140389298cc940 (patch)
treeb33156b45e850bde21edbfc46a3968b293092aa1 /lang/php71
parent2bdeb107aebc75a044ef5de4af59f08603e835f3 (diff)
downloadports-2371ee22c78eb4989c186050f0140389298cc940.tar.gz
ports-2371ee22c78eb4989c186050f0140389298cc940.zip
Notes
Diffstat (limited to 'lang/php71')
-rw-r--r--lang/php71/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index ec28994655ae..74c37db25cdb 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+=--with-layout=GNU \
USES+= autoreconf:build
USE_GNOME= libxml2
+# PR230207 Allow relocations against read-only segments (override lld default)
+LDFLAGS_i386= -Wl,-z,notext
+
OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE
OPTIONS_EXCLUDE_DragonFly= DTRACE