Added lib[b]netapi.so to NETWORK_LIBS.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11123 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
8ea80fd27a
commit
bc10030ef0
6
Jamrules
6
Jamrules
@ -121,10 +121,12 @@ switch $(TARGET_PLATFORM)
|
||||
}
|
||||
}
|
||||
if $(BONE_COMPATIBLE) {
|
||||
NETWORK_LIBS = libsocket.so libbind.so ;
|
||||
# FIXME: we don't have our own "libbnetapi.so" yet :-(
|
||||
# NETWORK_LIBS = libsocket.so libbind.so libbnetapi.so ;
|
||||
NETWORK_LIBS = libsocket.so libbind.so bnetapi ;
|
||||
SELECT_UNAME_ETC_LIB = libroot.so ;
|
||||
} else {
|
||||
NETWORK_LIBS = libnet.so ;
|
||||
NETWORK_LIBS = libnet.so libnetapi.so ;
|
||||
SELECT_UNAME_ETC_LIB = libnet.so ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user