]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Remove `time_t`-related checks, we do not care
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Feb 2025 09:14:54 +0000 (10:14 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 7 Mar 2025 16:25:00 +0000 (17:25 +0100)
meson/atomics/meson.build
pdns/dnsdistdist/meson.build

index 47bf92ef88fde64c19d47b9f7e99084c394d669c..fddd027d32c454a009fffb10169ff6af853670ae 100644 (file)
@@ -1,6 +1,7 @@
 dep_atomics = dependency('', required: false)
 need_latomic = false
 
+fs = import('fs')
 prog = fs.read('atomic_add_fetch.cc')
 if not cxx.links(prog, name: '-latomic is not needed for using __atomic builtins')
   lib_atomic = cxx.find_library('atomic', disabler: true, required: false)
index 0939553368c4b00a57589995da3cbf641c2b2fe4..2fbfdd6b8a0b71921d521bdfe06262dd032d2e7a 100644 (file)
@@ -38,8 +38,6 @@ subdir('meson' / 'compiler-setup')          # Common compiler setup
 subdir('meson' / 'summary')                 # Print a system/project summary
 subdir('meson' / 'sysconfdir')              # Sysconfdir
 subdir('meson' / 'platform')                # Platform detection
-subdir('meson' / 'timet-size')              # Check the size of time_t
-subdir('meson' / 'timet-sign')              # Check the sign of time_t
 subdir('meson' / 'atomics')                 # Check atomics support
 subdir('meson' / 'pthread-headers')         # Check pthread headers
 subdir('meson' / 'pthread-setname')         # Pthread setname madness