From 3e502374c9afd018dcd062556eb02203dfad1923 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Tue, 24 Aug 2021 16:42:56 -0700 Subject: [PATCH] NSS FTBFS on debian kfreebsd architecture with error regarding redefined methods (htole32, le32toh...) See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1725142 --- include/kremlin/lowstar_endianness.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kremlin/lowstar_endianness.h b/include/kremlin/lowstar_endianness.h index 3b120c7fb..32a7391e8 100644 --- a/include/kremlin/lowstar_endianness.h +++ b/include/kremlin/lowstar_endianness.h @@ -12,7 +12,7 @@ /******************************************************************************/ /* ... for Linux */ -#if defined(__linux__) || defined(__CYGWIN__) || defined (__USE_SYSTEM_ENDIAN_H__) +#if defined(__linux__) || defined(__CYGWIN__) || defined (__USE_SYSTEM_ENDIAN_H__) || defined(__GLIBC__) # include /* ... for OSX */