From a8cfff8bd34c1f3fb531bafae27f026760b740c1 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 11 Feb 2024 15:57:10 -0600 Subject: [PATCH] Try adding _TIME_BITS=64 to see if 32-bit build works with it https://github.com/Hamlib/Hamlib/issues/1478 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78fa890fe..d07ec9b9a 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AC_SUBST([ABI_AGE]) AM_CPPFLAGS="${AM_CPPFLAGS} -DIN_HAMLIB" # Add Hamlib header include paths -AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(top_srcdir)/lib -I\$(top_builddir)/include -I\$(top_srcdir)/include/hamlib" +AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_srcdir)/include -I\$(top_srcdir)/src -I\$(top_srcdir)/lib -I\$(top_builddir)/include -I\$(top_srcdir)/include/hamlib -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" ## --------------- ##