gnu: cdrtools: Link dynamically.
* gnu/packages/cdrom.scm (cdrtools)[arguments]: Add "LINKMODE=dynamic" to the #:configure-flags.
This commit is contained in:
parent
53ac77389c
commit
b97a8b8941
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ format, commonly used for VCDs or disks with subchannel data.")
|
||||||
(list "RM=rm" "LN=ln" "SYMLINK=ln -s"
|
(list "RM=rm" "LN=ln" "SYMLINK=ln -s"
|
||||||
"CONFIG_SHELL=sh"
|
"CONFIG_SHELL=sh"
|
||||||
(string-append "CCOM=" ,(cc-for-target))
|
(string-append "CCOM=" ,(cc-for-target))
|
||||||
|
"LINKMODE=dynamic"
|
||||||
(string-append "INS_BASE=" (assoc-ref %outputs "out"))
|
(string-append "INS_BASE=" (assoc-ref %outputs "out"))
|
||||||
(string-append "INS_RBASE=" (assoc-ref %outputs "out")))
|
(string-append "INS_RBASE=" (assoc-ref %outputs "out")))
|
||||||
;; Parallel builds appear to be unsafe, see
|
;; Parallel builds appear to be unsafe, see
|
||||||
|
|
Reference in a new issue