ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / mail / thunderbird / patches / patch-security_nss_lib_freebl_mpi_montmulf.c.patch
blobe461093b029fe60d654472ef8f4addc0c04e5e62
1 RF_INLINE produce link errors like undefined symbols i16_to_d16_and_d32x4
3 diff --git a/security/nss/lib/freebl/mpi/montmulf.c b/security/nss/lib/freebl/mpi/montmulf.c
4 index ce8fbc3..6d067d8 100644
5 --- a/security/nss/lib/freebl/mpi/montmulf.c
6 +++ b/security/nss/lib/freebl/mpi/montmulf.c
7 @@ -3,7 +3,7 @@
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
10 #ifdef SOLARIS
11 -#define RF_INLINE_MACROS 1
12 +#undef RF_INLINE_MACROS
13 #endif
15 static const double TwoTo16 = 65536.0;