All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@aquilenet.fr>
To: Karel Zak <kzak@redhat.com>
Cc: util-linux@vger.kernel.org
Subject: Re: [ANNOUNCE] util-linux v2.41-rc1
Date: Thu, 20 Feb 2025 12:18:18 +0100	[thread overview]
Message-ID: <Z7cPetD5HqKnWkDT@begin> (raw)
In-Reply-To: <yjic6yol5fmaftythlppbfoafsaqhaoh77spzp6m2izd757pcg@siegv7vwz6lf>

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

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

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1229 bytes --]

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

  parent reply	other threads:[~2025-02-20 11:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 21:08 [ANNOUNCE] util-linux v2.41-rc1 Karel Zak
2025-02-19 13:12 ` Christian Brauner
2025-02-20 11:18 ` Samuel Thibault [this message]
2025-02-25  7:53   ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z7cPetD5HqKnWkDT@begin \
    --to=samuel.thibault@aquilenet.fr \
    --cc=kzak@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.