From ea372e74634f14bdb534f4921e1e325e3f589c8f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 24 Nov 2020 12:23:03 +0100 Subject: Fix bug #80402: Don't strip -lpthread The current behavior has been introduced 20 years ago in f9e375f493a1aeacbbcc8f2f00880d05b4ba7aaf as part of a larger change. It's not clear to me why special treatement of -lpthread is necessary here. --- build/php.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/php.m4 b/build/php.m4 index 3e19937b9c..468b4984c7 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -498,7 +498,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) ],[ -- cgit v1.2.1