gnu: glibc-2.33: Use gexps to fix build.

* gnu/packages/base.scm (glibc-2.33) [arguments]: Use gexps to resolve a build
error.

Change-Id: I3916360beb7016f2e03528ecfb1a31186cc5d6e2
This commit is contained in:
Maxim Cournoyer 2024-03-13 13:55:49 -04:00 committed by Ludovic Courtès
parent e121532fe3
commit d803f8ae41
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1213,7 +1213,7 @@ (define-public glibc-2.33
;; There are undefined references to pthread symbols while linking ;; There are undefined references to pthread symbols while linking
;; 'support/links-dso-program.cc'. Since this isn't needed here, turn ;; 'support/links-dso-program.cc'. Since this isn't needed here, turn
;; off C++ tests. ;; off C++ tests.
`(cons "libc_cv_cxx_link_ok=no" ,flags)))))) #~(cons "libc_cv_cxx_link_ok=no" #$flags))))))
(define-public glibc-2.32 (define-public glibc-2.32
(package (package