gnu: freeipmi: Don't build static libraries.
This shrinks the size of the package by about 33%. * gnu/packages/freeipmi.scm (freeipmi)[arguments]: Add configure-flag to disable static libraries.master
parent
0bdfae5363
commit
d8feee9f18
|
@ -37,6 +37,8 @@
|
|||
(base32
|
||||
"1ncf1s84752xaq07h36wrxa5ww1167s2bizkww0igxv8djyddwk1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("libgcrypt" ,libgcrypt)))
|
||||
(home-page "https://www.gnu.org/software/freeipmi/")
|
||||
|
|
Reference in New Issue