[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dhcpcd5: FTBFS on Hurd-i386



On Thu, Jul 28, 2022 at 10:38 PM Samuel Thibault <sthibault@debian.org> wrote:
>
> Martin-Éric Racine, le jeu. 28 juil. 2022 21:30:42 +0300, a ecrit:
> > Actually, where it barfs is here:
> >
> > #if !defined(__linux__) && !defined(__QNX__) && !defined(__sun)
> > #include <sys/endian.h>
> > #else
> > #include "endian.h"
> > #endif
> >
> > What is the equivalent define for Hurd?
>
> It's just the same on the Hurd as on Linux, since that's just coming
> from glibc.

Yet it FTBFS on Hurd at that precise point. That suggets we need to
patch that spot. Not knowing Hurd, I have no idea what the correct
fragment would be.

Martin-Éric


Reply to: