diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 05:20:32 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:09 +0100 |
commit | 9092e3e936c747932140e7a5389219ee8c4580f6 (patch) | |
tree | 374a15aa252d8a3b4ab90c67aaeb546755cf8c87 /gnu/packages | |
parent | a114b262d5c5b0e93791a4f4f19ec4459990d40b (diff) | |
download | patches-9092e3e936c747932140e7a5389219ee8c4580f6.tar patches-9092e3e936c747932140e7a5389219ee8c4580f6.tar.gz |
gnu: dbus: Do not build static libraries.
* gnu/packages/glib.scm (dbus)[arguments]: Add "--disable-static" in #:configure-flags.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index ce646febd0..eb37b9e824 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -105,6 +105,9 @@ ;; Install the session bus socket under /tmp. "--with-session-socket-dir=/tmp" + ;; Build shared libraries only. + "--disable-static" + ;; Use /etc/dbus-1 for system-wide config. ;; Look for configuration file under ;; /etc/dbus-1. This is notably required by |