]> granicus.if.org Git - php/commitdiff
Fix bug #80402: Don't strip -lpthread
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 24 Nov 2020 11:23:03 +0000 (12:23 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 26 Nov 2020 10:54:20 +0000 (11:54 +0100)
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.

NEWS
build/php.m4

diff --git a/NEWS b/NEWS
index 0387c0851419345435dde991d37cbbada70c341d..472272f72363f4625882e9a328fc2756d9d78384 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ PHP                                                                        NEWS
     (al at coralnet dot name)
   . Fixed bug #80393 (Build of PHP extension fails due to configuration gap
     with libtool). (kir dot morozov at gmail dot com)
+  . Fixed bug #80402 (configure filtering out -lpthread). (Nikita)
 
 - Fileinfo:
   . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
index 3e19937b9ceae12e136081c2edff4951908f0b12..468b4984c7b681125dd45aaac3378407565fbb92 100644 (file)
@@ -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)
   ],[