From 7190ae7743f84c78ec689e0ff1059cfbdcf3cb66 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 15 Jun 2014 22:18:10 +0200 Subject: Reverting "gnu: ncurses: Build libtinfo." This reverts commit 953c9fcf8c1a2e0cbebadd9c07591caed7d26f8a. It turns out that most packages (guile-ncurses, cursynth, aumix, util-linux, etc.) expect libncurses to provide everything. So they had to be patched to add -ltinfow to their LDFLAGS, which is counterproductive. Other recent distros take that approach---e.g., . --- gnu/packages/ncurses.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/ncurses.scm') diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 95ad57a10c..de7e6f6721 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -94,9 +94,6 @@ `(#:configure-flags `("--with-shared" "--without-debug" "--enable-widec" - ;; Create a separate libtinfo.so, as many distributions do. - "--with-termlib" - ;; By default headers land in an `ncursesw' subdir, which is not ;; what users expect. ,(string-append "--includedir=" (assoc-ref %outputs "out") -- cgit v1.2.3