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 /guix/build/gnu-build-system.scm | |
parent | 65529e49ff5b9052544271b1b7923feed4312849 (diff) |
Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."
This reverts commit 65529e49ff5b9052544271b1b7923feed4312849.
Diffstat (limited to 'guix/build/gnu-build-system.scm')
-rw-r--r-- | guix/build/gnu-build-system.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/guix/build/gnu-build-system.scm b/guix/build/gnu-build-system.scm index ed870ade88..6d26392c8f 100644 --- a/guix/build/gnu-build-system.scm +++ b/guix/build/gnu-build-system.scm @@ -1,5 +1,5 @@ ;;; 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. ;;; @@ -142,12 +142,6 @@ makefiles." ,(string-append "CONFIG_SHELL=" bash) ,(string-append "SHELL=" bash) ,(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 ;; Produce multiple outputs when specific output names |