diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-28 08:57:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-28 08:57:37 +0100 |
commit | 49a8b80da63a50a1ca3a6b8c14c21b362177dc9f (patch) | |
tree | cb1c4f015a443c0bf9fac8375fd0f99b1b601dfa /gnu/packages/glib.scm | |
parent | 65529e49ff5b9052544271b1b7923feed4312849 (diff) | |
download | patches-49a8b80da63a50a1ca3a6b8c14c21b362177dc9f.tar patches-49a8b80da63a50a1ca3a6b8c14c21b362177dc9f.tar.gz |
Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."
This reverts commit 65529e49ff5b9052544271b1b7923feed4312849.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index adaa8aa3aa..0560915b24 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -67,7 +67,10 @@ (patches (list (search-patch "dbus-localstatedir.patch"))))) (build-system gnu-build-system) (arguments - '(#:configure-flags (list ;; XXX: Fix the following to allow system-wide + '(#:configure-flags (list ;; Install the system bus socket under /var. + "--localstatedir=/var" + + ;; XXX: Fix the following to allow system-wide ;; config. ;; "--sysconfdir=/etc" |