summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-02-21 21:58:57 +0100
committerJanneke Nieuwenhuizen <janneke@gnu.org>2024-02-21 21:59:55 +0100
commite605a2e09f8d77449192165838c331eebabebc06 (patch)
tree20a261973930b863716a5169ca0a5d9bd3619afd
parentf357422063a400084810958f7640c59331b87913 (diff)
gnu: glibc-2.33: Resurrect.
* gnu/packages/base.scm (glibc-2.33)[arguments]: Use arguments from glibc-2.35. Change-Id: I40856a121b8687fe822fd70039215da57568f244
-rw-r--r--gnu/packages/base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index e912180158..61ce32b4a3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1152,7 +1152,7 @@ with the Linux kernel.")
"glibc-hurd-clock_gettime_monotonic.patch")))
(origin-patches (package-source glibc-2.35)))))))
(arguments
- (substitute-keyword-arguments (package-arguments glibc)
+ (substitute-keyword-arguments (package-arguments glibc-2.35)
((#:configure-flags flags ''())
;; There are undefined references to pthread symbols while linking
;; 'support/links-dso-program.cc'. Since this isn't needed here, turn