* Followed suggestions by Philippe and moved libnetapi.so into libnetwork.so as well.
* Also added libbnetapi.so and libnetapi.so to the R5 compatibility evaluation score. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19016 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,9 +43,11 @@ initialize_before()
|
||||
while (__get_next_image_dependency(info.id, &cookie, &name) == B_OK) {
|
||||
if (!strcmp(name, "libbind.so")
|
||||
|| !strcmp(name, "libsocket.so")
|
||||
|| !strcmp(name, "libbnetapi.so")
|
||||
|| !strcmp(name, "libnetwork.so"))
|
||||
enable -= 2;
|
||||
else if (!strcmp(name, "libnet.so"))
|
||||
else if (!strcmp(name, "libnet.so")
|
||||
|| !strcmp(name, "libnetapi.so"))
|
||||
enable++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user