From 1c702d1e92b8cb73b940394732921a8bd2c8ea0e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 25 Oct 2012 17:36:46 +0200 Subject: distro: Build glibc with `--enable-obsolete-rpc'. * distro/packages/base.scm (glibc-final): Pass `--enable-obsolete-rpc'. (%bootstrap-glibc): Update hash accordingly. --- distro/packages/base.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'distro') diff --git a/distro/packages/base.scm b/distro/packages/base.scm index 9724f1dd73..871b6c7249 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -1558,7 +1558,7 @@ check whether everything is alright." system "/glibc-2.16.0.tar.xz")) (sha256 (base32 - "1a6sq876l8x16bi6p0jznhb20kghbvxbp1amsyqp1907by9fg0hn")))))))) + "1cz587p3scrrx0zgqnmp4nnfj0vvf01zdqdgkz445dnbfh64nl0v")))))))) (description "Bootstrap binaries and headers of the GNU C Library") (long-description #f) (home-page #f))) @@ -1903,11 +1903,9 @@ identifier SYSTEM." (nix-system->gnu-triplet system)) "BASH_SHELL=/bin/sh" - ;; cross-rpcgen fails to build, because it gets - ;; built with the cross-compiler instead of the - ;; native compiler. See also - ;; . - "--disable-obsolete-rpc") + ;; Build Sun/ONC RPC support. In particular, + ;; install rpc/*.h. + "--enable-obsolete-rpc") ,flags)))))) (propagated-inputs `(("linux-headers" ,linux-libre-headers-boot0))) (inputs `( ;; A native GCC is needed to build `cross-rpcgen'. -- cgit v1.2.3