From ab8835e87e4b1578e925ee3d1e45bb6cf276727d Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 3 Feb 2024 23:24:07 -0600 Subject: [PATCH] See if _TIME_BITS_64 works on 32-bit bit builds to fix 2038 problem. https://github.com/Hamlib/Hamlib/issues/1478 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 18b0ffcab..36b10b8ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,4 +28,4 @@ DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rot security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST) # Install any third party macros into our tree for distribution -ACLOCAL_AMFLAGS = -I macros --install +ACLOCAL_AMFLAGS = -I macros --install -D_TIME_BITS=64