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