php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #75941
Patch php-configure-clang-solaris.diff revision 2018-02-08 23:59 UTC by jdolecek at NetBSD dot org

Patch php-configure-clang-solaris.diff for Compile Failure Bug #75941

Patch version 2018-02-08 23:59 UTC

Return to Bug #75941 | Download this patch
Patch Revisions:

Developer: jdolecek@NetBSD.org

diff --git a/configure.ac b/configure.ac
index 7c0d007254..f50938f8a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,9 +281,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"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC