diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 794111afc4..5dbd8b8b51 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -575,7 +575,8 @@ (define-public glpk (inputs `(("gmp" ,gmp))) (arguments - `(#:configure-flags '("--with-gmp"))) + `(#:configure-flags '("--with-gmp" + "--disable-static"))) (home-page "https://www.gnu.org/software/glpk/") (synopsis "GNU Linear Programming Kit, supporting the MathProg language") (description