mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Add "-pthread" to EXTRA_LDFLAGS_PROGRAM as well
This commit is contained in:
commit
832b5c7b9d
1 changed files with 2 additions and 0 deletions
|
@ -395,6 +395,8 @@ AC_DEFUN([PHP_EVAL_LIBLINE],[
|
|||
$2="[$]$2 -pthread"
|
||||
else
|
||||
PHP_RUN_ONCE(EXTRA_LDFLAGS, [$ac_i], [EXTRA_LDFLAGS="$EXTRA_LDFLAGS $ac_i"])
|
||||
PHP_RUN_ONCE(EXTRA_LDFLAGS_PROGRAM, [$ac_i],
|
||||
[EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $ac_i"])
|
||||
fi
|
||||
;;
|
||||
-l*[)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue