better patch

This commit is contained in:
Remi Collet 2019-10-07 17:08:46 +02:00
parent c802620f71
commit 6d4134510c
2 changed files with 22 additions and 12 deletions

View File

@ -1,17 +1,27 @@
From 78247eb2209b14c3c1273189dfa2615e2df21214 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 7 Oct 2019 16:31:09 +0200
Subject: [PATCH] add librt for opcache
---
ext/opcache/config.m4 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
index a388dd787b..6876d37c08 100644
index a388dd787b67..931e27b010f5 100644
--- a/ext/opcache/config.m4
+++ b/ext/opcache/config.m4
@@ -2,7 +2,7 @@ PHP_ARG_ENABLE([opcache],
[whether to enable Zend OPcache support],
[AS_HELP_STRING([--disable-opcache],
[Disable Zend OPcache support])],
- [yes])
+ [shared])
@@ -13,6 +13,9 @@ PHP_ARG_ENABLE([huge-code-pages],
PHP_ARG_ENABLE([huge-code-pages],
[whether to enable copying PHP CODE pages into HUGE PAGES],
@@ -248,6 +248,9 @@ int main() {
if test "$PHP_OPCACHE" != "no"; then
+ dnl Always build as shared extension
+ ext_shared=yes
+
if test "$PHP_HUGE_CODE_PAGES" = "yes"; then
AC_DEFINE(HAVE_HUGE_CODE_PAGES, 1, [Define to enable copying PHP CODE pages into HUGE PAGES (experimental)])
fi
@@ -248,6 +251,9 @@ int main() {
Optimizer/zend_dump.c,
shared,,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,,yes)

View File

@ -882,7 +882,7 @@ pushd build-cgi
build --libdir=%{_libdir}/php \
--enable-pcntl \
--enable-opcache=shared \
--enable-opcache \
--enable-phpdbg \
%if %{with_imap}
--with-imap=shared --with-imap-ssl \
@ -1011,7 +1011,7 @@ build --includedir=%{_includedir}/php-zts \
--disable-cgi \
--with-config-file-scan-dir=%{_sysconfdir}/php-zts.d \
--enable-pcntl \
--enable-opcache=shared \
--enable-opcache \
%if %{with_imap}
--with-imap=shared --with-imap-ssl \
%endif