view src/qhull-2-fixes.patch @ 3854:85568f3159a4

binary-packages: update for cross tools * Makefile.in: add MXE_OCTAVECONFIG and use for of-pkg building * dist-files.mk: add of-fits-1-cross-fixes.patch, of-sockets-1-cross-fixes.patch * src/default-octave.mk: use --enable-cross-tools not --enable-cross-mkoctfile and install octave-config * src/of-fits-1-cross-fixes.patch: new file * src/of-fits.mk: enable package compile * src/of-fl-core-1-fixes.patch: new file * src/of-fl-core.mk: enable pkg conpile * src/of-sockets-1-cross-fixes.patch: new file * src/of-sockets.mk: enable pkg conpile
author John Donoghue
date Fri, 20 Mar 2015 14:39:17 -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