Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: networking support on Haiku
- X-seq: zsh-workers 54020
- From: Oliver Kiddle <opk@xxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: PATCH: networking support on Haiku
- Date: Sat, 01 Nov 2025 01:22:36 +0100
- Archived-at: <https://zsh.org/workers/54020>
- List-id: <zsh-workers.zsh.org>
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