view src/msvc-libffi-1.patch @ 4127:132ee4f1871b

Fix libmng compilation on fast computers with fast SSDs (bug #47712). * src/libmng.mk: Run autoreconf in its own process, followed by configure. Delay between processes guarantees that the first is done before the next starts. Disable parallel make (make -j 1).
author Rik <rik@octave.org>
date Wed, 20 Apr 2016 15:10:50 -0700
parents 1a25ea16434b
children
line wrap: on
line source

diff -ur libffi-3.0.11-orig/configure libffi-3.0.11/configure
--- libffi-3.0.11-orig/configure	2012-04-11 23:13:17 -0400
+++ libffi-3.0.11/configure	2013-07-12 11:13:45 -0400
@@ -14572,7 +14572,7 @@
     toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
     toolexeclibdir='$(libdir)'
   fi
-  multi_os_directory=`$CC -print-multi-os-directory`
+  #multi_os_directory=`$CC -print-multi-os-directory`
   case $multi_os_directory in
     .) ;; # Avoid trailing /.
     *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;