Skip to content

Commit 26d28c3

Browse files
jdolecek-zznikic
authored andcommitted
Fix bug #75941: Fix compile failure on Solaris with clang
Closes GH-7525.
1 parent cfa88b7 commit 26d28c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.1.0RC4
44

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

79
30 Sep 2021, PHP 8.1.0RC3
810

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
224224
case $host_alias in
225225
*solaris*)
226226
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
227-
if test "${enable_libgcc+set}" != "set" && test "$GCC" = "yes"; then
228-
enable_libgcc=yes
229-
fi
230227
;;
231228
*dgux*)
232229
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR"

0 commit comments

Comments
 (0)