gnu: ncurses: Build libtinfo.

* gnu/packages/ncurses.scm (ncurses)[arguments]: Add --with-termlib to
  #:configure-flags.
This commit is contained in:
Ludovic Courtès 2014-05-20 14:30:19 +02:00
parent 6d69a7ed10
commit 953c9fcf8c
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@
`(#: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")