Re: [PATCH 09/11] gnu: ncurses: build mingw with libtool.

2016-05-09 Thread Andy Wingo
On Sun 08 May 2016 22:42, Jan Nieuwenhuizen writes: > * gnu/packages/ncurses.scm (ncurses)[MINGW]: Build with libtool, as > recommended; enables dlopen'ing. I think Ludovic should review this short one, as he has more of the bigger picture in his head and the question about `standard-cross-packa

[PATCH 09/11] gnu: ncurses: build mingw with libtool.

2016-05-08 Thread Jan Nieuwenhuizen
* gnu/packages/ncurses.scm (ncurses)[MINGW]: Build with libtool, as recommended; enables dlopen'ing. --- gnu/packages/ncurses.scm | 32 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 840dcf2.