summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-26 11:56:07 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-26 11:56:07 +0100
commit08006e8337ceb9e8d3e6294aa65fb3b4b42d4776 (patch)
tree0fd16c1d462be074957bf86c5ef65c99ce313767 /build
parent72484e0fd1803f414256976fe177c3c4a131c600 (diff)
parent6132389d1cd5b4f01901d75ca0663f79f19c9af3 (diff)
downloadphp-git-08006e8337ceb9e8d3e6294aa65fb3b4b42d4776.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Fix bug #80402: Don't strip -lpthread
Diffstat (limited to 'build')
-rw-r--r--build/php.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/php.m4 b/build/php.m4
index fe2f176e3c..70abfc864c 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)
],[