mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
e121532fe3
commit
d803f8ae41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue