From bf4748d695c21e285785b84bc197c3863702b039 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Fri, 19 Aug 2022 09:59:16 +0000 Subject: [PATCH] libroot: fix build, as asctime[_r] not replaced in hrev56361. Change-Id: I1d9a331c47269956dc70a88bcf524b91fe3b1933 --- src/system/libroot/posix/time/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/time/Jamfile b/src/system/libroot/posix/time/Jamfile index 9b5e71d303..0b2f9312d4 100644 --- a/src/system/libroot/posix/time/Jamfile +++ b/src/system/libroot/posix/time/Jamfile @@ -7,6 +7,7 @@ SubDirCcFlags -DNOID -DUSG_COMPAT -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone UsePrivateHeaders libroot [ FDirName libroot locale ] + [ FDirName libroot time ] shared ;