view src/glpk-1-fixes.patch @ 3258:db4c94cfc651

Qt: build and install webkit * src/qt.mk: remove -no-webkit option from configure options
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Oct 2013 17:01:43 -0400
parents 5a02aaaff885
children 7ecd056f09a6
line wrap: on
line source

diff -rNu a/configure.ac b/configure.ac
--- a/configure.ac	2011-09-09 05:00:00.000000000 -0400
+++ b/configure.ac	2013-01-07 18:27:28.391981562 -0500
@@ -54,7 +54,7 @@
 dnl Check for programs
 AC_PROG_CC
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+LT_INIT([win32-dll])
 
 dnl Check for math library
 AC_CHECK_LIB([m], [exp])
diff -rNu a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am	2011-09-09 05:00:00.000000000 -0400
+++ b/src/Makefile.am	2013-01-07 18:27:50.823225245 -0500
@@ -4,7 +4,7 @@
 
 lib_LTLIBRARIES = libglpk.la
 
-libglpk_la_LDFLAGS = -version-info 32:0:32 \
+libglpk_la_LDFLAGS = -no-undefined -version-info 32:0:32 \
 -export-symbols-regex '^(glp_|_glp_lpx_).*'
 
 libglpk_la_SOURCES = \