mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: ncurses: Remove obsolete hack.
* gnu/packages/ncurses.scm (ncurses)[arguments]: Remove obsolete Solaris hack.
This commit is contained in:
parent
bfaaffb06a
commit
aad5df4058
1 changed files with 1 additions and 8 deletions
|
@ -90,14 +90,7 @@ (define lib.so
|
||||||
;; Make sure programs like 'tic', 'reset', and 'clear' have a
|
;; Make sure programs like 'tic', 'reset', and 'clear' have a
|
||||||
;; correct RUNPATH.
|
;; correct RUNPATH.
|
||||||
,(string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out")
|
,(string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out")
|
||||||
"/lib")
|
"/lib"))
|
||||||
|
|
||||||
;; C++ bindings fail to build on
|
|
||||||
;; `i386-pc-solaris2.11' with GCC 3.4.3:
|
|
||||||
;; <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6395191>.
|
|
||||||
,,@(if (string=? (%current-system) "i686-solaris")
|
|
||||||
'("--without-cxx-binding")
|
|
||||||
'()))
|
|
||||||
#:tests? #f ; no "check" target
|
#:tests? #f ; no "check" target
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'install 'post-install
|
(add-after 'install 'post-install
|
||||||
|
|
Loading…
Reference in a new issue