File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2329,7 +2329,7 @@ dnl header-file.
2329
2329
dnl Add providerdesc.o or .lo into global objects when needed.
2330
2330
case $host_alias in
2331
2331
*freebsd*)
2332
- PHP_GLOBAL_OBJS="[ $] PHP_GLOBAL_OBJS [ $] ac_bdir[ $] ac_provsrc.o "
2332
+ PHP_GLOBAL_OBJS="[ $] PHP_GLOBAL_OBJS [ $] ac_bdir[ $] ac_provsrc.lo "
2333
2333
PHP_LDFLAGS="$PHP_LDFLAGS -lelf"
2334
2334
;;
2335
2335
*solaris*)
@@ -2377,7 +2377,7 @@ $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc
2377
2377
EOF
2378
2378
2379
2379
case $host_alias in
2380
- *solaris*|*linux*)
2380
+ *solaris*|*linux*|*freebsd* )
2381
2381
dtrace_prov_name="`echo $ac_provsrc | $SED -e 's#\(.*\)\/##'`.o"
2382
2382
dtrace_lib_dir="`echo $ac_bdir[ $] ac_provsrc | $SED -e 's#\(.*\)/[ ^/] *#\1#'`/.libs"
2383
2383
dtrace_d_obj="`echo $ac_bdir[ $] ac_provsrc | $SED -e 's#\(.*\)/\([ ^/] *\)#\1/.libs/\2#'`.o"
You can’t perform that action at this time.
0 commit comments