summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-24 12:23:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-26 11:54:20 +0100
commitea372e74634f14bdb534f4921e1e325e3f589c8f (patch)
tree1d4fcc77a9bff60ed9effe0a032513e89327bd8d /build
parent2fb12be84cae8c77380198cb473e816c8bd47707 (diff)
downloadphp-git-ea372e74634f14bdb534f4921e1e325e3f589c8f.tar.gz
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.
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 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)
],[