Skip to content

Commit 6132389

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix bug #80402: Don't strip -lpthread
2 parents c65f0c7 + ea372e7 commit 6132389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/php.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ dnl Internal, don't use.
478478
dnl
479479
AC_DEFUN([_PHP_ADD_LIBRARY_SKELETON],[
480480
case $1 in
481-
c|c_r|pthread*[)] ;;
481+
c|c_r[)] ;;
482482
*[)] ifelse($3,,[
483483
_PHP_X_ADD_LIBRARY($1,$2,$5)
484484
],[

0 commit comments

Comments
 (0)