diff options
Diffstat (limited to 'devel/pecl-swoole/files/patch-config.m4')
-rw-r--r-- | devel/pecl-swoole/files/patch-config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pecl-swoole/files/patch-config.m4 b/devel/pecl-swoole/files/patch-config.m4 index d54c46e87027..25f000111500 100644 --- a/devel/pecl-swoole/files/patch-config.m4 +++ b/devel/pecl-swoole/files/patch-config.m4 @@ -1,6 +1,6 @@ ---- config.m4.orig 2019-06-14 08:30:12 UTC +--- config.m4.orig 2020-08-30 04:51:37 UTC +++ config.m4 -@@ -296,7 +296,7 @@ if test "$PHP_SWOOLE" != "no"; then +@@ -268,7 +268,7 @@ if test "$PHP_SWOOLE" != "no"; then AC_CHECK_LIB(c, poll, AC_DEFINE(HAVE_POLL, 1, [have poll])) AC_CHECK_LIB(c, sendfile, AC_DEFINE(HAVE_SENDFILE, 1, [have sendfile])) AC_CHECK_LIB(c, kqueue, AC_DEFINE(HAVE_KQUEUE, 1, [have kqueue])) |