Just changed the libs to link against our private libsocket.so.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7305 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e0bdc2b4c4
commit
38737ad1b1
@ -174,7 +174,7 @@ SharedLibrary "bind" :
|
||||
|
||||
LinkSharedOSLibs libbind.so :
|
||||
be # BeOS defines syslog in libbe.so
|
||||
socket ;
|
||||
libsocket.so ;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
OBOSInstallRelSymLink install-networking
|
||||
|
@ -10,7 +10,7 @@ SharedLibrary netapi :
|
||||
;
|
||||
|
||||
LinkSharedOSLibs libnetapi.so :
|
||||
be socket bind
|
||||
be libsocket.so libbind.so
|
||||
;
|
||||
|
||||
# Installation -- in the test directory for the time being
|
||||
|
Loading…
Reference in New Issue
Block a user