Package: mini-httpd Version: 1.21-1 Severity: important Tags: patch Dear maintainer,
your package FTBFS on kfreebsd-amd64. Attached is a patch that makes it build there too. Please try to upload this in a timely fashion, as this is a hinder towards openssl decrufting (the old binaries there still depend on the old libssl1.0.0). Thanks in advance. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
Description: fix FTBFS in kfreebsd-amd64 where int64_t is already declared, but HAVE_INT64T is not defined Author: Mattia Rizzolo <mat...@debian.org> Bug-Debian: htts://bugs.debian.org/xxxxxx Forwarded: no --- a/mini_httpd.c +++ b/mini_httpd.c @@ -100,7 +100,7 @@ #define SIZE_T_MAX 2147483647L #endif -#ifndef HAVE_INT64T +#if !defined(_INT64_T_DECLARED) && !defined(HAVE_INT64T) typedef long long int64_t; #endif
signature.asc
Description: PGP signature