Re: [ANNOUNCE] util-linux v2.41-rc1

Samuel Thibault <[email protected]>
Newsgroups org.kernel.vger.util-linux
Organization I am not organized
Message-ID <Z7cPetD5HqKnWkDT@begin>
Hello,

Karel Zak, le mar. 18 févr. 2025 22:08:22 +0100, a ecrit:
> The util-linux release v2.41-rc1 is now available at
>  
>   http://www.kernel.org/pub/linux/utils/util-linux/v2.41/
>  
> Feedback and bug reports, as always, are welcomed.

Here is a patch to fix missing references to mq_open/close.

With regards,
Samuel
patch (text/plain, 1.2 KB)
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index ec3f27f06..35a1e2081 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -36,7 +36,7 @@ usrbin_exec_PROGRAMS += ipcmk
 MANPAGES += sys-utils/ipcmk.1
 dist_noinst_DATA += sys-utils/ipcmk.1.adoc
 ipcmk_SOURCES = sys-utils/ipcmk.c
-ipcmk_LDADD = $(LDADD) $(POSIXIPC_LIBS) libcommon.la
+ipcmk_LDADD = $(LDADD) $(POSIXIPC_LIBS) $(MQ_LIBS) libcommon.la
 endif
 
 if BUILD_IPCRM
@@ -46,7 +46,7 @@ dist_noinst_DATA += sys-utils/ipcrm.1.adoc
 ipcrm_SOURCES = sys-utils/ipcrm.c \
 		sys-utils/ipcutils.c \
 		sys-utils/ipcutils.h
-ipcrm_LDADD = $(LDADD) $(POSIXIPC_LIBS) libcommon.la
+ipcrm_LDADD = $(LDADD) $(POSIXIPC_LIBS) $(MQ_LIBS) libcommon.la
 endif
 
 if BUILD_IPCS
@@ -56,7 +56,7 @@ dist_noinst_DATA += sys-utils/ipcs.1.adoc
 ipcs_SOURCES =	sys-utils/ipcs.c \
 		sys-utils/ipcutils.c \
 		sys-utils/ipcutils.h
-ipcs_LDADD = $(LDADD) $(POSIXIPC_LIBS) libcommon.la
+ipcs_LDADD = $(LDADD) $(POSIXIPC_LIBS) $(MQ_LIBS) libcommon.la
 endif
 
 if BUILD_IRQTOP
@@ -593,4 +593,4 @@ if HAVE_LINUX_LANDLOCK_H
 setpriv_SOURCES += sys-utils/setpriv-landlock.c
 endif
 setpriv_LDADD = $(LDADD) -lcap-ng libcommon.la
-endif
\ No newline at end of file
+endif
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.