ddd8a0
diff -up thunderbird-78.3.1/comm/third_party/botan/src/lib/utils/os_utils.cpp.rhel6-clock_gettime thunderbird-78.3.1/comm/third_party/botan/src/lib/utils/os_utils.cpp
ddd8a0
--- thunderbird-78.3.1/comm/third_party/botan/src/lib/utils/os_utils.cpp.rhel6-clock_gettime	2020-09-29 21:41:52.180409804 +0200
ddd8a0
+++ thunderbird-78.3.1/comm/third_party/botan/src/lib/utils/os_utils.cpp	2020-09-29 21:42:54.438565760 +0200
ddd8a0
@@ -254,6 +254,8 @@ uint64_t OS::get_high_resolution_clock()
ddd8a0
    fall back to std::chrono.
ddd8a0
    */
ddd8a0
 
ddd8a0
+#undef BOTAN_TARGET_OS_HAS_CLOCK_GETTIME
ddd8a0
+
ddd8a0
 #if defined(BOTAN_TARGET_OS_HAS_CLOCK_GETTIME)
ddd8a0
 
ddd8a0
    // The ordering here is somewhat arbitrary...