Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/powerdns/32_bit_time_t.diff
blob: e6fa2596acd1f81eb6e42a554bcc65c39d611dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure	2024-03-15 11:18:50.000000000 +0200
+++ configure.time_t	2024-04-08 12:01:25.464421078 +0300
@@ -7269,7 +7269,7 @@
 printf "%s\n" "#define SIZEOF_TIME_T $ac_cv_sizeof_time_t" >>confdefs.h
 
 
-if test $ac_size -lt 8
+if false
 then :
   as_fn_error $? "size of time_t is $ac_size, which is not large enough to fix the y2k38 bug" "$LINENO" 5
 fi