Untitled
unknown
plain_text
2 years ago
871 B
37
Indexable
From 0fda9faf757abd4f5469e6d9207499e97f79a663 Mon Sep 17 00:00:00 2001 From: Wayne Tung <wayne.tung@ui.com> Date: Thu, 13 Oct 2022 13:10:21 +0800 Subject: [PATCH] Use 32 bits time_t for ncsd --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makeconfig b/Makeconfig index 47db08d6ae..f78f7cc74a 100644 --- a/Makeconfig +++ b/Makeconfig @@ -869,7 +869,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 ldconfig locale_programs \ +installed-modules = nonlib lddlibc4 ldconfig locale_programs \ iconvprogs libnss_files libnss_compat libnss_db libnss_hesiod \ libutil libpcprofile libSegFault +extra-time-flags = $(if $(filter $(installed-modules),\ --
Editor is loading...