annotate src/glpk-1-fixes.patch @ 3678:3858aa1d5ef8

glpk: update to v4.54 * src/glpk.mk: update version * src/gplk-1-fixes.patch: update patch
author John Donoghue
date Tue, 05 Aug 2014 07:32:21 -0400
parents 7ecd056f09a6
children a4c8ef9f5c78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3678
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
1 diff -ur glpk-4.54.orig/src/Makefile.am glpk-4.54/src/Makefile.am
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
2 --- glpk-4.54.orig/src/Makefile.am 2014-08-05 07:17:56 -0400
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
3 +++ glpk-4.54/src/Makefile.am 2014-08-05 07:19:02 -0400
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
4 @@ -18,6 +18,7 @@
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
6 libglpk_la_LDFLAGS = \
3678
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
7 -version-info 37:1:1 \
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
8 +-no-undefined \
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
9 -export-symbols-regex '^glp_*'
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
3678
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
11 libglpk_la_SOURCES = \