Source: glpk Version: 4.53-1 Severity: important Tags: patch Hi,
I'm about to upload a new version of libiodbc2 to unstable that includes some changes that require patching glpk, I'm attaching the proposed patch. Please let me know if there is any issue related to libiodbc2 I might have overlooked. Thanks,
Index: glpk-4.53/configure.ac =================================================================== --- glpk-4.53.orig/configure.ac 2014-02-25 11:32:09.878480621 +0100 +++ glpk-4.53/configure.ac 2014-02-25 11:32:47.316935539 +0100 @@ -117,6 +117,7 @@ AC_MSG_ERROR([--enable-odbc requires --enable-dl]) fi AC_MSG_RESULT([yes]) + CPPFLAGS="$(iodbc-config --cflags) $CPPFLAGS" AC_DEFINE_UNQUOTED([ODBC_DLNAME], ["$LIBIODBC"], [N/A]) elif test "$enable_odbc" = "unix"; then if test "$enable_dl" = "no"; then
-- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers