components/gcc47/patches/004-libitm-configure.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 15 May 2015 11:21:43 -0700
branchs11-update
changeset 4318 7f2f7aebce6e
parent 2720 ce63a14b34c3
permissions -rw-r--r--
21063316 pkg update fails from s11.2.10.0.5 to s11.3_21

# 2013-02-07  Stefan Teleman <[email protected]>
# Do not link statically.
--- gcc-4.7.3/libitm/configure	2013-04-11 00:59:02.000000000 -0700
+++ gcc-4.7.3/libitm/configure	2013-04-19 19:16:06.189907386 -0700
@@ -16379,7 +16379,7 @@
 _ACEOF
 if ac_fn_c_try_run "$LINENO"; then :
                       chktls_save_LDFLAGS="$LDFLAGS"
-      LDFLAGS="-static $LDFLAGS"
+      LDFLAGS="$LDFLAGS"
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 int main() { return 0; }