components/gcc47/patches/004-libitm-configure.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 03 Feb 2015 04:25:36 -0800
changeset 3737 a71f444ba849
parent 1414 9eeb516d9fdd
permissions -rw-r--r--
20462161 Upgrade Apache Web Server 2.4 to version 2.4.12 20462192 problem in UTILITY/APACHE

# 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; }