[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu : Add Hurd headers
From: |
Ludovic Courtès |
Subject: |
Re: gnu : Add Hurd headers |
Date: |
Sat, 01 Mar 2014 19:02:46 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
> From cd51c0db68784b2115e4e16835cbb61e1659ca64 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> Date: Sat, 1 Mar 2014 14:48:09 +0000
> Subject: [PATCH] gnu: hurd: Add Hurd headers.
>
> * gnu/packages/hurd.scm (hurd-headers): New variable.
Pushed with a few modifications:
> + (inputs
> + `(("autoconf" ,autoconf)))
Autoconf must be listed in ‘native-inputs’: when cross-compiling, you’ll
want the native autoconf program.
Note that this dependency of Autoconf is the result of a bug in the
Hurd’s build system. Could you report it to the Hurd folks?
> + #:configure-flags '("--host=i686-pc-gnu" "--disable-profile"
> + "--without-parted")
Any non-obvious flag needs to be justified, so I added comments, and
removed --disable-profile, which was not justified.
Thanks!
Ludo’.