mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Readline fix to be robust against platforms where readline has its own
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses.
This commit is contained in:
parent
39b0f6e4ea
commit
005b1d7960
9 changed files with 87 additions and 10 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-12-18 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Makefile.am: Link with readline where needed.
|
||||
|
||||
2004-10-28 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998, 1999, 2000, 2001, 2003,
|
||||
# 2004 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
#
|
||||
|
@ -28,7 +29,7 @@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest
|
|||
|
||||
gpgsplit_LDADD = $(needed_libs) $(other_libs) @ZLIBS@
|
||||
mpicalc_LDADD = $(needed_libs) $(other_libs) @W32LIBS@
|
||||
bftest_LDADD = $(needed_libs) $(other_libs) @W32LIBS@ @DLLIBS@ @NETLIBS@
|
||||
shmtest_LDADD = $(needed_libs) $(other_libs)
|
||||
bftest_LDADD = $(needed_libs) $(other_libs) @W32LIBS@ @DLLIBS@ @NETLIBS@ @LIBREADLINE@
|
||||
shmtest_LDADD = $(needed_libs) $(other_libs) @LIBREADLINE@
|
||||
|
||||
gpgsplit mpicalc bftest shmtest: $(needed_libs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue