diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-09-18 16:08:00 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-09-18 16:08:00 +0000 |
commit | 2371ee22c78eb4989c186050f0140389298cc940 (patch) | |
tree | b33156b45e850bde21edbfc46a3968b293092aa1 /lang/php71 | |
parent | 2bdeb107aebc75a044ef5de4af59f08603e835f3 (diff) | |
download | ports-2371ee22c78eb4989c186050f0140389298cc940.tar.gz ports-2371ee22c78eb4989c186050f0140389298cc940.zip |
Notes
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/Makefile | 3 |
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 |