gnu: glibc@2.29: Fix build error.

* gnu/packages/base.scm (glibc-2.29): Inherit from GLIBC-2.30.
[sources]: Use "glibc-skip-c++.patch".
This commit is contained in:
Ludovic Courtès 2021-09-08 18:06:07 +02:00
parent 425799cb45
commit f83d7663eb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -987,7 +987,7 @@ (define-public glibc-2.30
(define-public glibc-2.29
(package
(inherit glibc)
(inherit glibc-2.30)
(version "2.29")
(source (origin
(inherit (package-source glibc))
@ -995,7 +995,8 @@ (define-public glibc-2.29
(sha256
(base32
"0jzh58728flfh939a8k9pi1zdyalfzlxmwra7k0rzji5gvavivpk"))
(patches (search-patches "glibc-ldd-x86_64.patch"
(patches (search-patches "glibc-skip-c++.patch"
"glibc-ldd-x86_64.patch"
"glibc-CVE-2019-7309.patch"
"glibc-CVE-2019-9169.patch"
"glibc-2.29-git-updates.patch"