Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."

This reverts commit 65529e49ff.
This commit is contained in:
Ludovic Courtès 2014-01-28 08:57:37 +01:00
parent 65529e49ff
commit 49a8b80da6
6 changed files with 12 additions and 11 deletions

View File

@ -51,6 +51,8 @@
"07mddw0p62fcphwjzgb6rfa0pjz5sy6jzbha0sm2vc3rqf459jxg")) "07mddw0p62fcphwjzgb6rfa0pjz5sy6jzbha0sm2vc3rqf459jxg"))
(patches (list (search-patch "dmd-getpw.patch"))))) (patches (list (search-patch "dmd-getpw.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("guile" ,guile-2.0))) (inputs `(("guile" ,guile-2.0)))
(synopsis "Daemon managing daemons") (synopsis "Daemon managing daemons")

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -44,6 +44,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--with-distro=none" '(#:configure-flags '("--with-distro=none"
"--localstatedir=/var" ; for the DBus socket
"--disable-python" "--disable-python"
"--disable-mono" "--disable-mono"
"--disable-doxygen-doc" "--disable-doxygen-doc"

View File

@ -67,7 +67,10 @@
(patches (list (search-patch "dbus-localstatedir.patch"))))) (patches (list (search-patch "dbus-localstatedir.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (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. ;; config.
;; "--sysconfdir=/etc" ;; "--sysconfdir=/etc"

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -43,6 +43,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list `(#:configure-flags (list
"--localstatedir=/var"
(string-append "--with-libgcrypt-prefix=" (string-append "--with-libgcrypt-prefix="
(assoc-ref %build-inputs (assoc-ref %build-inputs
"libgcrypt"))) "libgcrypt")))

View File

@ -148,7 +148,7 @@ parse JSON formatted strings back into the C representation of JSON objects.")
"pulseaudio-volume-test.patch"))))) "pulseaudio-volume-test.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '(;;"--sysconfdir=/etc" `(#:configure-flags '("--localstatedir=/var" ;"--sysconfdir=/etc"
"--disable-oss-output") "--disable-oss-output")
#:phases (alist-cons-before #:phases (alist-cons-before
'check 'pre-check 'check 'pre-check

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -142,12 +142,6 @@ makefiles."
,(string-append "CONFIG_SHELL=" bash) ,(string-append "CONFIG_SHELL=" bash)
,(string-append "SHELL=" bash) ,(string-append "SHELL=" bash)
,(string-append "--prefix=" prefix) ,(string-append "--prefix=" prefix)
;; Keep modifiable state directories outside of the
;; store (Autoconf 2.70 will add '--runstatedir'.)
"--localstatedir=/var"
"--sharedstatedir=/com"
"--enable-fast-install" ; when using Libtool "--enable-fast-install" ; when using Libtool
;; Produce multiple outputs when specific output names ;; Produce multiple outputs when specific output names