kcc: Add explicitly link against LIB_readline.
Fixes linking when using binutils-gold (used by e.g. Ubuntu natty). Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
4be5db6a32
commit
5ff461d0af
@@ -35,7 +35,8 @@ kimpersonate_LDADD = $(kinit_LDADD)
|
||||
|
||||
kcc_LDADD = \
|
||||
$(top_builddir)/lib/sl/libsl.la \
|
||||
$(kinit_LDADD)
|
||||
$(kinit_LDADD) \
|
||||
$(LIB_readline)
|
||||
|
||||
dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c
|
||||
nodist_kcc_SOURCES = kcc-commands.c
|
||||
|
Reference in New Issue
Block a user