From 62c6326d992d755cd6df724b5a4f0c66705a7acd Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 3 Nov 2025 20:20:13 +0100 Subject: 54020: add library for network support on Haiku OS --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8bd3b74c2..cde64846c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2025-11-03 Oliver Kiddle + * 54020: configure.ac: add library for network support on Haiku OS + * 54019: configure.ac, Makefile.in, Src/params.c, Test/ztst.zsh, Src/Builtins/rlimits.c, Src/Modules/curses.mdd: AIX support fixes diff --git a/configure.ac b/configure.ac index 3913ce9fc..dee62dd5e 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*) -- cgit v1.2.3-70-g09d2