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:
@@ -174,7 +174,7 @@ SharedLibrary "bind" :
|
|||||||
|
|
||||||
LinkSharedOSLibs libbind.so :
|
LinkSharedOSLibs libbind.so :
|
||||||
be # BeOS defines syslog in libbe.so
|
be # BeOS defines syslog in libbe.so
|
||||||
socket ;
|
libsocket.so ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstallRelSymLink install-networking
|
OBOSInstallRelSymLink install-networking
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ SharedLibrary netapi :
|
|||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs libnetapi.so :
|
LinkSharedOSLibs libnetapi.so :
|
||||||
be socket bind
|
be libsocket.so libbind.so
|
||||||
;
|
;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
|
|||||||
Reference in New Issue
Block a user