1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/phpspy/libpthread.patch
2019-12-15 16:45:23 +01:00

11 lines
413 B
Diff

--- 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))