Order of checking for readline support libraries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Order of checking for readline support libraries
Дата
Msg-id 14087.1164904391@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Order of checking for readline support libraries  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Order of checking for readline support  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Currently, configure checks for the readline support packages in the
order-ltermcap -lncurses -lcurses
I would like to change this to-lncurses -ltermcap -lcurses
The reason is that Fedora is deprecating termcap and planning to remove
it (see attached).  Comments?  Anyone know of a platform this would
produce bad results on?
        regards, tom lane

------- Forwarded Message

Date:    Thu, 30 Nov 2006 15:45:15 +0100
From:    Miroslav Lichvar <mlichvar@redhat.com>
To:      fedora-maintainers@redhat.com
Subject: libtermcap => libncurses

Hi,

here is the list of packages that are now depending on
libtermcap.so.2. These packages need to be rebuilt against libncurses,
as we would like to have termcap and libtermcap dropped since FC7.

Please change BuildRequires to ncurses-devel and link with -lncurses
instead of -ltermcap. If the package needs to include termcap.h, the
file is in /usr/include/ncurses.

Drop me an email if you don't have time to do this, and I will take
care of your packages.

Thanks.

Core packages:

amanda
amanda-client
amanda-server
bash
bc
festival
gnupg
gnuplot
gnutls-utils
guile
lv
pilot-link
postgresql
postgresql-contrib
postgresql-devel
postgresql-server
procinfo
python
quagga
ruby-libs
tcsh
util-linux
xfsprogs
zsh

Extras:

abiword
clips
clisp
cyphesis
darcs
genius
ghc66
ginac-utils
gnome-genius
gnucap
gnupg2
gpsim
grads
hugs98
js
koffice-kexi
ktechlab
lash
maxima-runtime-clisp
mono-debugger
ngspice
nmh
octave-forge
opensc
pari-gp
php-readline
pl
q
q-devel
R
rlwrap
ucblogo
yafc
yap
yaz

-- 
Miroslav Lichvar

--
Fedora-maintainers mailing list
Fedora-maintainers@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-maintainers

------- End of Forwarded Message



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Shutting down a warm standby database in
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: BLCKSZ fun facts