Skip to content

Commit

Permalink
Fix bug #75941: Fix compile failure on Solaris with clang
Browse files Browse the repository at this point in the history
Closes GH-7525.
  • Loading branch information
jdolecek-zz authored and nikic committed Sep 29, 2021
1 parent cfa88b7 commit 26d28c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.1.0RC4


- Core:
. Fixed bug #75941 (Fix compile failure on Solaris with clang). (Jaromír
Doleček)

30 Sep 2021, PHP 8.1.0RC3

Expand Down
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@ AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
case $host_alias in
*solaris*)
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
enable_libgcc=yes
fi
;;
*dgux*)
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"
Expand Down

0 comments on commit 26d28c3

Please sign in to comment.