From e99205542ca084a8a2b7789bf06e8e91239ff8b7 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Fri, 13 Dec 2019 23:18:54 +0200 Subject: testing/phpspy: new aport --- testing/phpspy/libpthread.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/phpspy/libpthread.patch (limited to 'testing/phpspy/libpthread.patch') diff --git a/testing/phpspy/libpthread.patch b/testing/phpspy/libpthread.patch new file mode 100644 index 0000000000..35366646d1 --- /dev/null +++ b/testing/phpspy/libpthread.patch @@ -0,0 +1,11 @@ +--- a/Makefile.bak ++++ b/Makefile +@@ -19,7 +19,7 @@ + has_termbox := $(shell $(LD) $(phpspy_ldflags) -ltermbox -o/dev/null >/dev/null 2>&1 && echo :) + has_phpconf := $(shell command -v php-config >/dev/null 2>&1 && echo :) + +-$(or $(has_pthread), $(error Need libpthread)) ++#$(or $(has_pthread), $(error Need libpthread)) + + ifdef USE_ZEND + $(or $(has_phpconf), $(error Need php-config)) -- cgit v1.2.3