From afeb6a6baca612d074a88e46e78ab15e485db23b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jun 2018 13:48:53 +0200 Subject: v4.0.1 --- 1717.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 1717.patch (limited to '1717.patch') diff --git a/1717.patch b/1717.patch deleted file mode 100644 index 506c7ca..0000000 --- a/1717.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 2835548fb1ddddcce082cabaa24efa17c2fada95 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 14 Jun 2018 11:21:39 +0200 -Subject: [PATCH] ensure C++ is used for link command - ---- - config.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/config.m4 b/config.m4 -index 9664ed075..0b8ced436 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -630,7 +630,7 @@ if test "$PHP_SWOOLE" != "no"; then - LDFLAGS="$LDFLAGS -lboost_context" - fi - -- PHP_NEW_EXTENSION(swoole, $swoole_source_file, $ext_shared) -+ PHP_NEW_EXTENSION(swoole, $swoole_source_file, $ext_shared,,, cxx) - - PHP_ADD_INCLUDE([$ext_srcdir]) - PHP_ADD_INCLUDE([$ext_srcdir/include]) -- cgit