From 035823f1e20c8e5cac8a1c6c288ca4bae01155d4 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 17 Apr 2004 04:08:25 +0000 Subject: [PATCH] link against our libs git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7225 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/arp/Jamfile | 2 +- src/apps/bin/ifconfig/Jamfile | 2 +- src/apps/bin/ping/Jamfile | 2 +- src/apps/bin/traceroute/Jamfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/bin/arp/Jamfile b/src/apps/bin/arp/Jamfile index 63f9a91587..c18f3e41de 100644 --- a/src/apps/bin/arp/Jamfile +++ b/src/apps/bin/arp/Jamfile @@ -4,7 +4,7 @@ UsePrivateHeaders net ; BinCommand arp : arp.c -: socket bind ; +: libsocket.so libbind.so ; # Installation -- in the test directory for the time being OBOSInstall install-networking diff --git a/src/apps/bin/ifconfig/Jamfile b/src/apps/bin/ifconfig/Jamfile index 1176f4ae7f..53ff2decf0 100644 --- a/src/apps/bin/ifconfig/Jamfile +++ b/src/apps/bin/ifconfig/Jamfile @@ -4,7 +4,7 @@ UsePrivateHeaders net ; BinCommand ifconfig : ifconfig.c -: socket bind ; +: libsocket.so libbind.so ; # Installation -- in the test directory for the time being OBOSInstall install-networking diff --git a/src/apps/bin/ping/Jamfile b/src/apps/bin/ping/Jamfile index d622e7fc0c..aae4ef16ab 100644 --- a/src/apps/bin/ping/Jamfile +++ b/src/apps/bin/ping/Jamfile @@ -4,7 +4,7 @@ UsePrivateHeaders net ; BinCommand ping : ping.c -: socket bind ; +: libsocket.so libbind.so ; # Installation -- in the test directory for the time being OBOSInstall install-networking diff --git a/src/apps/bin/traceroute/Jamfile b/src/apps/bin/traceroute/Jamfile index 8a51ba7cf1..f4927c2be2 100644 --- a/src/apps/bin/traceroute/Jamfile +++ b/src/apps/bin/traceroute/Jamfile @@ -4,7 +4,7 @@ UsePrivateHeaders net ; BinCommand traceroute : traceroute.c -: socket bind ; +: libsocket.so libbind.so ; # Installation -- in the test directory for the time being OBOSInstall install-networking