[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] gnu: glibc-hurd: Update to 20160518.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/2] gnu: glibc-hurd: Update to 20160518. |
Date: |
Sat, 04 Jun 2016 23:20:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
> From 909a495b76fef64e6c1b4ff5bc82bb1ba41a5d9b Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> 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’.