3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Efraim Flashner 2020-06-03 12:46:04 +03:00
parent 683910e983
commit ecd297a18c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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