From 995e1b177a5e8eb61a1a2c22c5c6a3fdc1473b46 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 12 May 2004 23:21:51 +0000 Subject: [PATCH] gethostname() is located in libnet.so on R5 & BONE *and* our own stack too. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7544 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/network/libbind/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/kits/network/libbind/Jamfile b/src/kits/network/libbind/Jamfile index 27d7e7de57..1f2dfb0169 100644 --- a/src/kits/network/libbind/Jamfile +++ b/src/kits/network/libbind/Jamfile @@ -178,7 +178,9 @@ SharedLibrary "bind" : LinkSharedOSLibs libbind.so : root be # BeOS defines syslog in libbe.so - libsocket.so ; + libsocket.so + libnet.so # for gethostname() +; # Installation -- in the test directory for the time being OBOSInstallRelSymLink install-networking