Should not be liking against R5 libnet.so!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7307 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-04-25 22:21:38 +00:00
parent 59d5d4fb51
commit 4a87916403

View File

@ -3,6 +3,9 @@ SubDir OBOS_TOP src kits network libsocket ;
UsePrivateHeaders net ;
{
# Default libs include BeOS R5 libnet.so, something we don't want here!
LINKFLAGS on libsocket.so = [ on libsocket.so return $(LINKFLAGS) ] -nodefaultlibs ;
local defines ;
if $(BONE_VERSION) {
defines += BONE_VERSION ;