mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ncurses: Build libtinfo.
* gnu/packages/ncurses.scm (ncurses)[arguments]: Add --with-termlib to #:configure-flags.
This commit is contained in:
parent
6d69a7ed10
commit
953c9fcf8c
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ (define lib.so
|
|||
`(#: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")
|
||||
|
|
Loading…
Reference in a new issue