mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Do not build libresolv module with 64 bit time_t flags
It is not used to build installed programs. It also fixes resolv/tst-p_secstodate on big endian machines. Checked on i686-linux-gnu and powerpc-linux-gnu-power4.
This commit is contained in:
parent
572e0c8554
commit
f0ed50e1c7
@ -867,7 +867,7 @@ endif
|
||||
+extra-math-flags = $(if $(filter libm,$(in-module)),-fno-math-errno,-fmath-errno)
|
||||
|
||||
# Use 64 bit time_t support for installed programs
|
||||
installed-modules = nonlib nscd lddlibc4 libresolv ldconfig locale_programs \
|
||||
installed-modules = nonlib nscd lddlibc4 ldconfig locale_programs \
|
||||
iconvprogs libnss_files libnss_compat libnss_db libnss_hesiod \
|
||||
libutil libpcprofile libSegFault
|
||||
+extra-time-flags = $(if $(filter $(installed-modules),\
|
||||
|
Loading…
Reference in New Issue
Block a user