guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 21/29: gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc.
Date: Sat, 9 Feb 2019 15:55:25 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 3670ea70e2e932969a3ffc0acf75a714c7b42540
Author: Efraim Flashner <address@hidden>
Date:   Sat Jan 19 19:02:47 2019 +0200

    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.
---
 gnu/packages/commencement.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 92a67ac..a76867f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]