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:
Waldemar Kornewald 2004-04-25 10:38:18 +00:00
parent e0bdc2b4c4
commit 38737ad1b1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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