* PHP-7.4:
Fixed bug #79092 (Building with clang+lld-9 results in a broken PHP binary)
PHP_HELP_SEPARATOR([TSRM:])
PHP_CONFIGURE_PART(Configuring TSRM)
if test "$PHP_THREAD_SAFETY" = "yes"; then
- TSRM_THREADS_CHECKS
+ TSRM_CHECK_PTHREADS
fi
- dnl Align segments on huge page boundary
- case $host_alias in
- i[[3456]]86-*-linux-* | x86_64-*-linux-*)
- EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152"
- ;;
- esac
-
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $LDFLAGS"
EXTRA_LIBS="$EXTRA_LIBS $LIBS"