[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-58-gfbf995
From: |
Mats Erik Andersson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-58-gfbf995f |
Date: |
Mon, 13 Jan 2020 15:18:47 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via fbf995f5233506addac7a430580227e185416638 (commit)
from 0f16be18bae91af41a2ae538e0066f2c9ee7d907 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=fbf995f5233506addac7a430580227e185416638
commit fbf995f5233506addac7a430580227e185416638
Author: Mats Erik Andersson <address@hidden>
Date: Mon Jan 13 21:15:24 2020 +0100
Insufficient linking for talkd.
Bruno Haible discovered incomplete linking for the Gnulib module `regex'.
diff --git a/ChangeLog b/ChangeLog
index 89dcb86..e5b6651 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2020-01-13 Mats Erik Andersson <address@hidden>
+ The Gnulib module `regex' requires linking that was not made
+ explicit in our source. Discovered by Bruno Haible with AIX 7.2.
+ https://lists.gnu.org/archive/html/bug-inetutils/2020-01/msg00012.html
+
+ * talkd/Makefile.am (LD_ADD): Add $(LIBTHREAD) and $(LIB_MBRTOWC).
+
+2020-01-13 Mats Erik Andersson <address@hidden>
+
Attempt to build correctly on Cygwin, new and old. Reported
and suggested by Bruno Haible in
https://lists.gnu.org/archive/html/bug-inetutils/2020-01/msg00013.html
diff --git a/talkd/Makefile.am b/talkd/Makefile.am
index 4eda4d4..2dd6d96 100644
--- a/talkd/Makefile.am
+++ b/talkd/Makefile.am
@@ -23,7 +23,7 @@ AM_CPPFLAGS = \
$(PATHDEF_DEV) \
$(PATHDEF_TTY_PFX) $(PATHDEF_UTMP) $(PATHDEF_UTMPX)
-LDADD = $(iu_LIBRARIES)
+LDADD = $(iu_LIBRARIES) $(LIBTHREAD) $(LIB_MBRTOWC)
inetdaemondir = @inetdaemondir@
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
talkd/Makefile.am | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-58-gfbf995f,
Mats Erik Andersson <=