diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-01 10:01:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-01 10:01:35 +0200 |
commit | 953b485e3c54ad12fe5e7e8a76afbd2dcd71c46a (patch) | |
tree | 28167ea4f5b57db184f0a7bc9c72bed65ea458aa /pinpoint_php-cxx.patch | |
parent | 4abc2157e0bcc3770c68bc13f6e42ed17ee7667e (diff) |
update to 0.5.3
drop patch merged upstream
Diffstat (limited to 'pinpoint_php-cxx.patch')
-rw-r--r-- | pinpoint_php-cxx.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/pinpoint_php-cxx.patch b/pinpoint_php-cxx.patch deleted file mode 100644 index 1eb0f3a..0000000 --- a/pinpoint_php-cxx.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 27d46dcca6d74a30cd2df81b3f23977b8131957c Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Mon, 29 Jul 2024 10:28:12 +0200 -Subject: [PATCH] This is cxx extension - ---- - config.m4 | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/config.m4 b/config.m4 -index 2dbfbff9..fcbc2aa6 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -11,7 +11,6 @@ if test "$PHP_PINPOINT_PHP" != "no"; the - - PHP_REQUIRE_CXX() - PHP_SUBST(PINPOINT_PHP_SHARED_LIBADD) -- PHP_ADD_LIBRARY(stdc++, 1, PINPOINT_PHP_SHARED_LIBADD) - PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/include) - PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include) - PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/common/jsoncpp/include) -@@ -47,5 +46,5 @@ if test "$PHP_PINPOINT_PHP" != "no"; the - - PINPOINT_PHP_SHARED_LIBADD="$PINPOINT_PHP_SHARED_LIBADD -lrt" - -- PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared) --fi -\ No newline at end of file -+ PHP_NEW_EXTENSION(pinpoint_php,$PINPOINT_SRCS, $ext_shared,,, cxx) -+fi |