guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/01: gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc.
Date: Sat, 19 Jan 2019 12:03:21 -0500 (EST)

efraim pushed a commit to branch wip-gcc7
in repository guix.

commit 124e8d093683cdde241a53700e3b59f1a56416c5
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 ab05ecc..32efe6f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1873,11 +1873,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]