Ooops, -nodefaultlibs means no libroot.so link by default!

Add it explicitly now.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7312 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2004-04-25 23:22:25 +00:00
parent a1269ea0d9
commit f37d5d3cdd
3 changed files with 6 additions and 4 deletions

View File

@ -176,6 +176,7 @@ SharedLibrary "bind" :
;
LinkSharedOSLibs libbind.so :
root
be # BeOS defines syslog in libbe.so
libsocket.so ;

View File

@ -58,10 +58,9 @@ SharedLibrary net :
res_random.c
res_send.c
sethostent.c
;
LinkSharedOSLibs libnet.so :
root ;
: root
;
OBOSInstall install_network_etc_files : [ FDirName $(OBOS_ETC_DIR) ] :
resolv.conf

View File

@ -15,9 +15,11 @@ UsePrivateHeaders net ;
SubDirC++Flags $(defines) ;
}
SharedLibrary socket :
SharedLibrary socket :
socket.c
select.c
: root
;
# Installation -- in the test directory for the time being