Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: networking support on Haiku



I updated my Haiku OS VM to test a current build and that is still good
apart from some test cases. Some of those only fail because their error
messages are different.

Many of their network related library calls are in a "network" shared
library. Testing for this is easy enough as we already have a similar
test for other systems.

Oliver

diff --git a/configure.ac b/configure.ac
index 1f035bc0d..a7642a309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -858,7 +858,7 @@ if test x$enable_cap = xyes; then
 fi
 
 AC_CHECK_LIB(socket, socket)
-AC_SEARCH_LIBS(gethostbyname2, bind)
+AC_SEARCH_LIBS(gethostbyname2, bind network)
 
 case $LIBS in
   *-lbind*)





Messages sorted by: Reverse Date, Date, Thread, Author