This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=494ace8ace3e296ffc7c4914cb871c4aa5f5f85d commit 494ace8ace3e296ffc7c4914cb871c4aa5f5f85d Author: Guillem Jover <[email protected]> AuthorDate: Fri Oct 27 02:42:38 2023 +0200 build: Add comment for the system the DPKG_LIB_SOCKET m4 macro is needed Clarify that this library is needed on Solaris, instead of having require checking git history. --- m4/dpkg-libs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4 index f1eba330b..274f22665 100644 --- a/m4/dpkg-libs.m4 +++ b/m4/dpkg-libs.m4 @@ -217,7 +217,7 @@ AC_DEFUN([DPKG_LIB_RT], [ # DPKG_LIB_SOCKET # --------------- -# Check for socket library +# Check for Solaris socket library AC_DEFUN([DPKG_LIB_SOCKET], [ AC_ARG_VAR([SOCKET_LIBS], [linker flags for socket library])dnl have_libsocket="no" -- Dpkg.Org's dpkg

