bug-inetutils
[Top][All Lists]
Advanced

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

[bug-inetutils] Re: [PATCH] Add missing dependency to gnulib


From: Alfred M. Szmidt
Subject: [bug-inetutils] Re: [PATCH] Add missing dependency to gnulib
Date: Thu, 03 Dec 2009 14:53:12 -0500

Giuseppe drank one beer that he couldn't handle.

   something against this trivial patch?

If those dependencies are needed, go ahead.  If not, I see no reason
to add them.

   It fixes "make check".


   Giuseppe


   >From 48baa84f12699ff6b3ee50e2b2211cce503f08ca Mon Sep 17 00:00:00 2001
   From: Giuseppe Scrivano <address@hidden>
   Date: Thu, 3 Dec 2009 19:27:30 +0100
   Subject: [PATCH] Add missing dependency to gnulib

   ---
    ChangeLog         |    4 ++++
    tests/Makefile.am |    2 +-
    2 files changed, 5 insertions(+), 1 deletions(-)

   diff --git a/ChangeLog b/ChangeLog
   index 8051682..3816557 100644
   --- a/ChangeLog
   +++ b/ChangeLog
   @@ -1,5 +1,9 @@
    2009-12-03  Giuseppe Scrivano  <address@hidden>

   +    * tests/Makefile.am (LDADD): Add missing dependency to gnulib.
   +
   +2009-12-03  Giuseppe Scrivano  <address@hidden>
   +
           * ftp/cmds.c (domap): Add braces around the else branch.
           (strup): Remove function.
           * ftp/ftp.c (hookup): Change `len' type to size_t.
   diff --git a/tests/Makefile.am b/tests/Makefile.am
   index 1813a98..6b02c85 100644
   --- a/tests/Makefile.am
   +++ b/tests/Makefile.am
   @@ -18,7 +18,7 @@

    AM_CPPFLAGS = -I$(top_srcdir)/libinetutils -I$(top_srcdir)/lib

   -LDADD = -L../libinetutils -linetutils
   +LDADD = -L../libinetutils -linetutils  -L../lib -lgnu

    check_PROGRAMS = localhost
    TESTS = $(check_PROGRAMS) ping-localhost.sh traceroute-localhost.sh
   -- 
   1.6.5





reply via email to

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