mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix #55269 (--enable-dtrace fail on FreeBSD)
This commit is contained in:
parent
fc8afdf178
commit
97913140b5
1 changed files with 4 additions and 0 deletions
|
@ -2923,6 +2923,10 @@ dnl header-file
|
|||
|
||||
dnl Add providerdesc.o into global objects when needed
|
||||
case $host_alias in
|
||||
*freebsd*)
|
||||
PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
|
||||
PHP_LDFLAGS="$PHP_LDFLAGS -lelf"
|
||||
;;
|
||||
*solaris*)
|
||||
PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue