kopia lustrzana https://github.com/Hamlib/Hamlib
See if _TIME_BITS_64 works on 32-bit bit builds to fix 2038 problem.
https://github.com/Hamlib/Hamlib/issues/1478pull/1511/head
rodzic
9bfb0f5f71
commit
ab8835e87e
|
@ -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)
|
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
|
||||||
|
|
||||||
# Install any third party macros into our tree for distribution
|
# Install any third party macros into our tree for distribution
|
||||||
ACLOCAL_AMFLAGS = -I macros --install
|
ACLOCAL_AMFLAGS = -I macros --install -D_TIME_BITS=64
|
||||||
|
|
Ładowanie…
Reference in New Issue