diff options
author | Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> | 2022-10-26 16:04:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-28 15:47:27 -0300 |
commit | f75f61b659ba738f3f7441b0cff832f9797630f4 (patch) | |
tree | 9860a3776c88e3f76b690bb9babb305581b572a2 /Makeconfig | |
parent | ca97201c24761ebc47e52ac6b7fbd40bcb128292 (diff) | |
download | glibc-f75f61b659ba738f3f7441b0cff832f9797630f4.zip glibc-f75f61b659ba738f3f7441b0cff832f9797630f4.tar.gz glibc-f75f61b659ba738f3f7441b0cff832f9797630f4.tar.bz2 |
nis: Build libnsl with 64 bit time_t
And remove the usage of glibc reserved names.
Reviewed-by: DJ Delorie <dj@redhat.com>
(cherry picked from commit 545eefc2f5da61801ba82b7a32ca2589b769ec90)
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -887,7 +887,7 @@ endif # Use 64 bit time_t support for installed programs installed-modules = nonlib nscd lddlibc4 ldconfig locale_programs \ iconvprogs libnss_files libnss_compat libnss_db libnss_hesiod \ - libutil libpcprofile libSegFault + libutil libpcprofile libSegFault libnsl +extra-time-flags = $(if $(filter $(installed-modules),\ $(in-module)),-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64) |