From 4f7db7e03788aa3f59769178cf34cbd95f250b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 16 Mar 2021 11:14:49 +0100 Subject: [PATCH] libroot: fix warning: strfmon needs asprintf Change-Id: Ief7d8a42e5cae6b11ac4be8e3450dda7d459240d Reviewed-on: https://review.haiku-os.org/c/haiku/+/3800 Reviewed-by: Adrien Destugues --- src/system/libroot/posix/stdlib/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/libroot/posix/stdlib/Jamfile b/src/system/libroot/posix/stdlib/Jamfile index 0f49b64a2a..e97b601fee 100644 --- a/src/system/libroot/posix/stdlib/Jamfile +++ b/src/system/libroot/posix/stdlib/Jamfile @@ -9,6 +9,8 @@ for architectureObject in [ MultiArchSubDirSetup ] { local architecture = $(TARGET_PACKAGING_ARCH) ; UsePrivateSystemHeaders ; + ObjectSysHdrs strfmon.c : + [ FDirName $(HAIKU_TOP) headers compatibility bsd ] ; MergeObject <$(architecture)>posix_stdlib.o : abs.c