view src/glpk-1-fixes.patch @ 3968:d0d5dacd1941

octave: add msys2 patch * src/mingw-default-octave-1-msys-fixes.patch: new file * src/mingw-default-octave-1-msys-fixes.patch: new file * dist-files.mk: add new patches * src/default-octave.mk: add ac_cv_search_tputs=-ltermcap configure option for native mingw * src/octave.mk: add ac_cv_search_tputs=-ltermcap configure option for native mingw
author John Donoghue
date Tue, 16 Jun 2015 11:43:16 -0400
parents a4c8ef9f5c78
children
line wrap: on
line source

diff -ur glpk-4.55.orig/src/Makefile.am glpk-4.55/src/Makefile.am
--- glpk-4.55.orig/src/Makefile.am	2015-02-16 13:30:31.791250808 -0500
+++ glpk-4.55/src/Makefile.am	2015-02-16 13:33:44.773042081 -0500
@@ -18,6 +18,7 @@
 
 libglpk_la_LDFLAGS = \
 -version-info 37:2:1 \
+-no-undefined \
 -export-symbols-regex '^glp_*'
 
 libglpk_la_SOURCES = \