diff --git a/src/kits/network/compat/libbind/Jamfile b/src/kits/network/compat/libbind/Jamfile index b3c9f877e7..ac931768f3 100644 --- a/src/kits/network/compat/libbind/Jamfile +++ b/src/kits/network/compat/libbind/Jamfile @@ -182,23 +182,7 @@ MergeObject resolv.o : res_update.c ; -Depends libbind.so : - dst.o - inet.o - irs.o - isc.o # (not used) - nameser.o - resolv.o -; - SharedLibrary libbind.so : - dst.o - inet.o - irs.o - isc.o # (not used) - nameser.o - resolv.o - # functions from our libroot # ToDo: these can be removed for the Haiku build pthread_mutex.c @@ -215,6 +199,13 @@ SharedLibrary libbind.so : ; LinkAgainst libbind.so : + dst.o + inet.o + irs.o + isc.o # (not used) + nameser.o + resolv.o + libsocket.so libnet.so # for gethostname() be