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
This commit is contained in:
Axel Dörfler
2006-03-17 01:18:20 +00:00
parent 70e8c1e7e2
commit aa9383c1f2
+1 -1
View File
@@ -39,7 +39,7 @@ StaticLibrary librld.a :
<src!system!libroot!posix!string>strerror.o
<src!system!libroot!posix!string>strlcat.o
<src!system!libroot!posix!string>strlcpy.o
<src!system!libroot!posix!string>strlen.o
<src!system!kernel!lib>strlen.o
<src!system!libroot!posix!string>strncmp.o
<src!system!libroot!posix!string>strnlen.o
<src!system!libroot!posix!string>strpbrk.o