about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2022-10-26 16:04:23 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-09 09:56:09 -0300
commit545eefc2f5da61801ba82b7a32ca2589b769ec90 (patch)
treee99beb311c68bea41b56759eed0c202e7a036b76 /Makeconfig
parentf4f2ca1509288f6f780af50659693a89949e7e46 (diff)
downloadglibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.tar.gz
glibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.tar.xz
glibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.zip
nis: Build libnsl with 64 bit time_t
And remove the usage of glibc reserved names.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
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)