From 545eefc2f5da61801ba82b7a32ca2589b769ec90 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Netto Date: Wed, 26 Oct 2022 16:04:23 -0300 Subject: nis: Build libnsl with 64 bit time_t And remove the usage of glibc reserved names. Reviewed-by: DJ Delorie --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 08a869cd11..f3f816ce32 100644 --- a/Makeconfig +++ b/Makeconfig @@ -884,7 +884,7 @@ endif # Use 64 bit time_t support for installed programs installed-modules = nonlib nscd ldconfig locale_programs \ iconvprogs libnss_files libnss_compat libnss_db libnss_hesiod \ - libutil libpcprofile + libutil libpcprofile libnsl +extra-time-flags = $(if $(filter $(installed-modules),\ $(in-module)),-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64) -- cgit 1.4.1