Manolis Ragkousis <[email protected]> skribis:
> From cd51c0db68784b2115e4e16835cbb61e1659ca64 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <[email protected]>
> 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’.