From def78b567aeb8ef5f50c6030ea247de2eed860e8 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 13 Oct 2004 09:49:14 +0000 Subject: [PATCH] Add setenv() & co to librld.a as our runtime linker will need them... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9316 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index a450a5ef88..a6116c3243 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -177,6 +177,8 @@ KernelStaticLibraryObjects librld.a : <$(SOURCE_GRIST)!libroot>kernel_vsprintf.o <$(SOURCE_GRIST)!libroot!posix!unistd>open.o + <$(SOURCE_GRIST)!libroot!posix!stdlib>env.o + <$(SOURCE_GRIST)!libroot!posix!string>memchr.o <$(SOURCE_GRIST)!libroot!posix!string>memcmp.o <$(SOURCE_GRIST)!libroot!posix!string>memcpy.o