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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user