view src/qhull-2-fixes.patch @ 4734:80461a9e516c

override default xerbla with version from Octave * mingw-blas-1-xerbla.patch, blas.mk: Build default libxerbla lib. * mingw-lapack-1-xerbla.patch, lapack.mk: Use external libxerbla. * mingw-openblas-1-xerbla.patch, openblas.mk: Likewise. * src/qrupdate-1-fixes.patch: Likewise. * default-octave.mk: Also install libxerbla.dll as libxerbla-octave.dll.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jun 2018 01:32:10 -0400
parents e18f5b46e77c
children
line wrap: on
line source

diff -rNu a/configure.ac b/configure.ac
--- a/configure.ac	2009-06-11 15:41:03.000000000 -0400
+++ b/configure.ac	2013-01-07 18:05:58.439590407 -0500
@@ -8,10 +8,10 @@
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR(config)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 AC_PROG_CC
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 AC_CONFIG_FILES([
   Makefile 
diff -rNu a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am	2009-06-11 15:41:03.000000000 -0400
+++ b/src/Makefile.am	2013-01-07 17:58:04.327616699 -0500
@@ -23,7 +23,7 @@
   mem.c
 
 # how:
-libqhull_la_LDFLAGS = -version-info 5:0:0 -lm
+libqhull_la_LDFLAGS = -no-undefined -version-info 5:0:0 -lm
 
 ### Utility programs