[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or di
From: |
Svante Signell |
Subject: |
Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or directory |
Date: |
Sun, 09 May 2021 19:32:19 +0200 |
User-agent: |
Evolution 3.30.5-1.1 |
On Sun, 2021-05-09 at 21:56 +0800, hahawang wrote:
> Package: gftp
> Severity: important
> Version: 2.7.0b-1
> Tags: ftbfs,patch
> User:hahawang
> Usertags: hurd,hurd-i386
> X-Debbugs-CC:debian-hurd@lists.debian.org,bug-hurd@gnu.org
>
> +#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)
> > > defined(__linux__) || defined(__gnu_hurd__))
Normally defined(__GNU__) is the most common way to indicate GNU/Hurd.