Fixed the build - one of those last minute changes you forgot to compile... :-/
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19013 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,7 +43,7 @@ initialize_before()
|
||||
while (__get_next_image_dependency(info.id, &cookie, &name) == B_OK) {
|
||||
if (!strcmp(name, "libbind.so")
|
||||
|| !strcmp(name, "libsocket.so")
|
||||
|| !strcmp(name, "libnetwork.so")
|
||||
|| !strcmp(name, "libnetwork.so"))
|
||||
enable -= 2;
|
||||
else if (!strcmp(name, "libnet.so"))
|
||||
enable++;
|
||||
|
||||
Reference in New Issue
Block a user