From 6f5d035e3a3a1c1db406f53bd801160a47ae6c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Mar 2005 14:13:55 +0000 Subject: [PATCH] Temporarily fixed the build by commenting the two new files. They need non-POSIX functions that we have disabled from the build. Not sure if we really want to change that (ie making those functions public). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11579 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/time/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kernel/libroot/posix/time/Jamfile b/src/kernel/libroot/posix/time/Jamfile index 3bf453cbb0..beacdaf5ce 100644 --- a/src/kernel/libroot/posix/time/Jamfile +++ b/src/kernel/libroot/posix/time/Jamfile @@ -12,8 +12,8 @@ KernelMergeObject posix_time.o : localtime.c stime.c strftime.c - strptime.c - timelocal.c +# strptime.c +# timelocal.c time.c : -fPIC -DPIC ;