gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc.

* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[arguments]: Remove 'enable-obsolete-rpc' configure flag.

This brings this glibc package in line with the other glibc packages
which are also built without the pre-2.14 glibc RPC functions. These
functions cause build failures on armhf-linux and aarch64-linux.
master
Efraim Flashner 2019-01-19 19:02:47 +02:00 committed by Marius Bakke
parent 01e8263feb
commit 3670ea70e2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 5 deletions

View File

@ -1874,11 +1874,7 @@ the bootstrap environment."
((#:configure-flags flags)
`(append (list ,(string-append "--host=" (boot-triplet))
,(string-append "--build="
(nix-system->gnu-triplet))
;; Build Sun/ONC RPC support. In particular,
;; install rpc/*.h.
"--enable-obsolete-rpc")
(nix-system->gnu-triplet)))
,flags))
((#:phases phases)
`(modify-phases ,phases