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:
@@ -176,6 +176,7 @@ SharedLibrary "bind" :
|
|||||||
;
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs libbind.so :
|
LinkSharedOSLibs libbind.so :
|
||||||
|
root
|
||||||
be # BeOS defines syslog in libbe.so
|
be # BeOS defines syslog in libbe.so
|
||||||
libsocket.so ;
|
libsocket.so ;
|
||||||
|
|
||||||
|
|||||||
@@ -58,10 +58,9 @@ SharedLibrary net :
|
|||||||
res_random.c
|
res_random.c
|
||||||
res_send.c
|
res_send.c
|
||||||
sethostent.c
|
sethostent.c
|
||||||
;
|
|
||||||
|
|
||||||
LinkSharedOSLibs libnet.so :
|
: root
|
||||||
root ;
|
;
|
||||||
|
|
||||||
OBOSInstall install_network_etc_files : [ FDirName $(OBOS_ETC_DIR) ] :
|
OBOSInstall install_network_etc_files : [ FDirName $(OBOS_ETC_DIR) ] :
|
||||||
resolv.conf
|
resolv.conf
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ UsePrivateHeaders net ;
|
|||||||
SharedLibrary socket :
|
SharedLibrary socket :
|
||||||
socket.c
|
socket.c
|
||||||
select.c
|
select.c
|
||||||
|
|
||||||
|
: root
|
||||||
;
|
;
|
||||||
|
|
||||||
# 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