Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160148015
D17193.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17193.diff
View Options
Index: head/lang/php56/Makefile
===================================================================
--- head/lang/php56/Makefile
+++ head/lang/php56/Makefile
@@ -32,6 +32,9 @@
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
# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM
Index: head/lang/php70/Makefile
===================================================================
--- head/lang/php70/Makefile
+++ head/lang/php70/Makefile
@@ -31,6 +31,9 @@
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
Index: head/lang/php71/Makefile
===================================================================
--- head/lang/php71/Makefile
+++ head/lang/php71/Makefile
@@ -32,6 +32,9 @@
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
Index: head/lang/php72/Makefile
===================================================================
--- head/lang/php72/Makefile
+++ head/lang/php72/Makefile
@@ -33,6 +33,9 @@
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 LINKTHR ZTS
OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE
OPTIONS_EXCLUDE_DragonFly= DTRACE
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 6:47 PM (4 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34204853
Default Alt Text
D17193.diff (1 KB)
Attached To
Mode
D17193: lang/php*: link with -znotext on i386
Attached
Detach File
Event Timeline
Log In to Comment