[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: libgc: Remove 'libgc/disable-munmap'.
From: |
guix-commits |
Subject: |
03/03: gnu: libgc: Remove 'libgc/disable-munmap'. |
Date: |
Sat, 15 May 2021 18:37:46 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 20c122a4b0798a87c44edbc37229f9c38e44386c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 16 00:23:20 2021 +0200
gnu: libgc: Remove 'libgc/disable-munmap'.
This variant is already the default on this branch.
* gnu/packages/bdw-gc.scm (libgc/disable-munmap): Remove.
---
gnu/packages/bdw-gc.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/bdw-gc.scm b/gnu/packages/bdw-gc.scm
index 5272523..0d82889 100644
--- a/gnu/packages/bdw-gc.scm
+++ b/gnu/packages/bdw-gc.scm
@@ -89,17 +89,6 @@ C or C++ programs, though that is not its primary goal.")
(license (x11-style (string-append home-page "license.txt")))))
-(define-public libgc/disable-munmap
- ;; TODO: Use '--disable-munmap' by default on next rebuild cycle.
- (package/inherit libgc
- (arguments
- ;; Work around <https://github.com/ivmai/bdwgc/issues/353>.
- (substitute-keyword-arguments (package-arguments libgc)
- ((#:configure-flags flags ''())
- `(cons "--disable-munmap" ,flags))))
- (properties `((hidden? . #t)
- ,@(package-properties libgc)))))
-
;; TODO: Add a static output in libgc in the next rebuild cycle.
(define-public libgc/static-libs
(package/inherit