bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: Allow gnulib's readutmp module to use systemd.


From: Collin Funk
Subject: [PATCH] maint: Allow gnulib's readutmp module to use systemd.
Date: Thu, 21 Mar 2024 22:14:51 -0700
User-agent: Mozilla Thunderbird

When building on GNU/Linux with:

./configure --enable-systemd

there are linker errors due to '-lsystemd' not being passed to the
linker. This is used by Gnulib's readutmp module.

$ gnulib-tool --extract-link-directive readutmp
$(READUTMP_LIB)

This patch adds this to the 'LDADD' variable of the necessary
Makefiles. 

It has been a while since I used Automake, so I am unsure
if these belong in <program-name>_LDADD instead. It seems 
that readutmp is only used by 'syslogd', 'talkd', and
'tests/readutmp.c' if that is any help.

Collin

Attachment: 0001-maint-Allow-gnulib-s-readutmp-module-to-use-systemd.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]