login_tty: add missing dependeny
authorEric Blake <eblake@redhat.com>
Fri, 27 Aug 2010 16:32:05 +0000 (10:32 -0600)
committerIan Beckwith <ianb@erislabs.net>
Sun, 29 Aug 2010 22:06:19 +0000 (23:06 +0100)
* modules/login_tty (Depends-on): Add pty.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit 6530a2c175aece99e58bafaf46305673c6399ced)

ChangeLog
modules/login_tty

index 3b991f3..dc84cca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-27  Eric Blake  <eblake@redhat.com>
+
+       login_tty: add missing dependeny
+       * modules/login_tty (Depends-on): Add pty.
+
 2010-08-26  Eric Blake  <eblake@redhat.com>
 
        lib-symbol-versions: fix m4 quoting
index 41cb837..032472f 100644 (file)
@@ -7,6 +7,7 @@ lib/login_tty.c
 m4/pty.m4
 
 Depends-on:
+pty
 
 configure.ac:
 gl_FUNC_LOGIN_TTY