Skip to content

Commit acd3bae

Browse files
committed
Merge branch 'PHP-7.3'
2 parents f9208e9 + 2915891 commit acd3bae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure.ac

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,10 @@ PHP_SOCKADDR_CHECKS
581581

582582
dnl Checks for GCC function attributes on all systems except ones without glibc
583583
dnl Fix for these systems is already included in GCC 7, but not on GCC 6
584-
AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*], [true], [
584+
dnl
585+
dnl At least some versions of FreeBSD seem to have buggy ifunc support, see
586+
dnl bug #77284. Conservatively don't use ifuncs on FreeBSD.
587+
AS_CASE([$host_alias], [*-*-*android*|*-*-*uclibc*|*-*-*musl*|*freebsd*], [true], [
585588
AX_GCC_FUNC_ATTRIBUTE([ifunc])
586589
AX_GCC_FUNC_ATTRIBUTE([target])
587590
])

0 commit comments

Comments
 (0)