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-09 09:56:09 -0300 |
commit | 545eefc2f5da61801ba82b7a32ca2589b769ec90 (patch) | |
tree | e99beb311c68bea41b56759eed0c202e7a036b76 /Makeconfig | |
parent | f4f2ca1509288f6f780af50659693a89949e7e46 (diff) | |
download | glibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.zip glibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.tar.gz glibc-545eefc2f5da61801ba82b7a32ca2589b769ec90.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>
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |