~ruther/guix-local

0e50d521c9724d6efbfb3081adf4e6f5fb3ba7a3 — Ludovic Courtès 10 years ago ff1f39e
gnu: bdb: Do not build static libraries.

* gnu/packages/databases.scm (bdb)[arguments]: Pass --disable-static.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +3 -0
@@ 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"