From aa9383c1f2770de5f3d831c86a6c8d12a04bd584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 17 Mar 2006 01:18:20 +0000 Subject: [PATCH] And the final build fix: the boot loader was using libroot's strlen.o object file (which does no longer exist) - it now uses the one from the kernel as a quick fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16821 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/runtime_loader/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/runtime_loader/Jamfile b/src/system/runtime_loader/Jamfile index 30b9646a9d..846524a22a 100644 --- a/src/system/runtime_loader/Jamfile +++ b/src/system/runtime_loader/Jamfile @@ -39,7 +39,7 @@ StaticLibrary librld.a : strerror.o strlcat.o strlcpy.o - strlen.o + strlen.o strncmp.o strnlen.o strpbrk.o