gnu: global: Don't build static libraries.
* gnu/packages/code.scm (global)[arguments]: Add configure-flag to disable static libraries.
This commit is contained in:
parent
683910e983
commit
ecd297a18c
@ -140,7 +140,8 @@ highlighting your own code that seemed comprehensible when you wrote it.")
|
||||
(list (string-append "--with-ncurses="
|
||||
(assoc-ref %build-inputs "ncurses"))
|
||||
(string-append "--with-sqlite3="
|
||||
(assoc-ref %build-inputs "sqlite")))
|
||||
(assoc-ref %build-inputs "sqlite"))
|
||||
"--disable-static")
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user