Manolis Ragkousis <[email protected]> skribis:
> From 909a495b76fef64e6c1b4ff5bc82bb1ba41a5d9b Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <[email protected]>
> Date: Thu, 2 Jun 2016 12:36:05 +0300
> Subject: [PATCH 1/2] gnu: glibc-hurd: Update to 20160518.
>
> * gnu/packages/base.scm (glibc/hurd)[version]: Update to version 20160518.
> [propagated-inputs]: Use hurd-core-headers.
> [native-inputs]: Remove libpthread from inputs.
^
“Remove libpthread’s source and ‘patch/libpthread-patch’.”
> [arguments]: Add augment-libc.so and pre-configure-set-pwd phases.
> Remove prepare-libpthread phase. Stop removing "--with-headers="
> from original-configure-flags.
Otherwise LGTM. OK for ‘core-updates’!
> + (alist-cons-after
> + 'pre-configure 'pre-configure-set-pwd
> + (lambda _
> + ;; Use the right 'pwd'.
> + (substitute* "configure"
> + (("/bin/pwd") "pwd")))
FYI, this ‘pwd’ issue was fixed in glibc 2.23, which is why this phase
was removed in ‘core-updates’.
Thank you!
Ludo’.