commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-154-g338e153


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-154-g338e153
Date: Mon, 14 Nov 2011 09:57:59 +0000

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  338e1532644b43b4e3df06117a1cecc9f0c47d75 (commit)
      from  b5a722b3120a112e18f5dc228bd7297605679fb5 (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=338e1532644b43b4e3df06117a1cecc9f0c47d75


commit 338e1532644b43b4e3df06117a1cecc9f0c47d75
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 14 10:57:33 2011 +0100

    telnet, telnetd: Fix Solaris build.
    
    * telnet/Makefile.am (LDADD): Add LIBREADLINE, for tgetent on Solaris.
    * telnetd/Makefile.am (LDADD): Likewise.

diff --git a/ChangeLog b/ChangeLog
index afb7ed3..cbaf5d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-14  Bruno Haible <address@hidden>  (tiny change)
+
+       * telnet/Makefile.am (LDADD): Add LIBREADLINE, for tgetent on
+       Solaris.
+       * telnetd/Makefile.am (LDADD): Likewise.
+
 2011-11-14  Simon Josefsson  <address@hidden>
 
        * src/Makefile.am (logger_SOURCES): Add logprio.h.
diff --git a/telnet/Makefile.am b/telnet/Makefile.am
index cb5bf6a..9ea0935 100644
--- a/telnet/Makefile.am
+++ b/telnet/Makefile.am
@@ -29,4 +29,4 @@ noinst_HEADERS = defines.h externs.h general.h ring.h types.h
 INCLUDES = $(iu_INCLUDES)
 AM_CPPFLAGS = -DTERMCAP -DLINEMODE -DKLUDGELINEMODE -DENV_HACK
 
-LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBCRYPT) $(LIBAUTH)
+LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBCRYPT) $(LIBAUTH) $(LIBREADLINE)
diff --git a/telnetd/Makefile.am b/telnetd/Makefile.am
index 71cb7b1..be08ada 100644
--- a/telnetd/Makefile.am
+++ b/telnetd/Makefile.am
@@ -31,4 +31,4 @@ noinst_HEADERS = telnetd.h
 AM_CPPFLAGS = $(PATHDEF_DEV) $(PATHDEF_TTY) $(PATHDEF_LOGIN)
 INCLUDES = $(iu_INCLUDES) -I$(top_srcdir) $(INCAUTH)
 
-LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBUTIL) $(LIBCRYPT) $(LIBAUTH)
+LDADD = $(iu_LIBRARIES) $(top_builddir)/libtelnet/libtelnet.a $(LIBTERMCAP) 
$(LIBUTIL) $(LIBCRYPT) $(LIBAUTH) $(LIBREADLINE)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    6 ++++++
 telnet/Makefile.am  |    2 +-
 telnetd/Makefile.am |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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