mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
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"
|
||||
"CONFIG_SHELL=sh"
|
||||
(string-append "CCOM=" ,(cc-for-target))
|
||||
"LINKMODE=dynamic"
|
||||
(string-append "INS_BASE=" (assoc-ref %outputs "out"))
|
||||
(string-append "INS_RBASE=" (assoc-ref %outputs "out")))
|
||||
;; Parallel builds appear to be unsafe, see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue