Linking against libbind.so and libsocket.so.
There are linker warnings, but this is only due to the linker linking against the BeOS libs instead of our libs. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7214 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
|||||||
|
|
||||||
BinCommand arp :
|
BinCommand arp :
|
||||||
arp.c
|
arp.c
|
||||||
: libnet.so ;
|
: socket bind ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstall install-networking
|
OBOSInstall install-networking
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
|||||||
|
|
||||||
BinCommand ifconfig :
|
BinCommand ifconfig :
|
||||||
ifconfig.c
|
ifconfig.c
|
||||||
: libnet.so ;
|
: socket bind ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstall install-networking
|
OBOSInstall install-networking
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
|||||||
|
|
||||||
BinCommand ping :
|
BinCommand ping :
|
||||||
ping.c
|
ping.c
|
||||||
: libnet.so ;
|
: socket bind ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstall install-networking
|
OBOSInstall install-networking
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ BinCommand <bin>route :
|
|||||||
keywords.c
|
keywords.c
|
||||||
route.c
|
route.c
|
||||||
show.c
|
show.c
|
||||||
: libnet.so ;
|
: socket bind ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstall install-networking
|
OBOSInstall install-networking
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ UsePrivateHeaders net ;
|
|||||||
|
|
||||||
BinCommand traceroute :
|
BinCommand traceroute :
|
||||||
traceroute.c
|
traceroute.c
|
||||||
: libnet.so ;
|
: socket bind ;
|
||||||
|
|
||||||
# Installation -- in the test directory for the time being
|
# Installation -- in the test directory for the time being
|
||||||
OBOSInstall install-networking
|
OBOSInstall install-networking
|
||||||
|
|||||||
Reference in New Issue
Block a user