Source: nss Followup-For: Bug #992084 Hello,
After discussing with the porter, they actually prefer the attached patch. Kind regards, Laurent Bigonville -- System Information: Debian Release: 11.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_WARN Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE:fr Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
Index: nss-3.68/nss/lib/freebl/verified/kremlin/include/kremlin/lowstar_endianness.h =================================================================== --- nss-3.68.orig/nss/lib/freebl/verified/kremlin/include/kremlin/lowstar_endianness.h +++ nss-3.68/nss/lib/freebl/verified/kremlin/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 <endian.h> /* ... for OSX */