gnu: bdb: Do not build static libraries.
* gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
This commit is contained in:
parent
ff1f39e3a0
commit
0e50d521c9
|
@ -113,6 +113,9 @@ and provides interfaces to the traditional file format.")
|
|||
(string-append "CONFIG_SHELL=" (which "bash"))
|
||||
(string-append "SHELL=" (which "bash"))
|
||||
|
||||
;; Remove 7 MiB of .a files.
|
||||
"--disable-static"
|
||||
|
||||
;; The compatibility mode is needed by some packages,
|
||||
;; notably iproute2.
|
||||
"--enable-compat185"
|
||||
|
|
Loading…
Reference in New Issue