gnu: bdb: Do not build static libraries.

* gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
This commit is contained in:
Ludovic Courtès 2016-05-09 15:51:38 +02:00
parent ff1f39e3a0
commit 0e50d521c9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -113,6 +113,9 @@ (define-public bdb
(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"