From cb9612f3205fa3ff0cf11ad445b3db95fa3896a7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 24 Nov 2020 12:23:03 +0100 Subject: [PATCH] Don't strip -lpthread --- build/php.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/php.m4 b/build/php.m4 index 16c5e25fbaab0..9746ba28f325f 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -478,7 +478,7 @@ dnl Internal, don't use. dnl AC_DEFUN([_PHP_ADD_LIBRARY_SKELETON],[ case $1 in - c|c_r|pthread*[)] ;; + c|c_r[)] ;; *[)] ifelse($3,,[ _PHP_X_ADD_LIBRARY($1,$2,$5) ],[