Re: GNU readline and BSD license
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: The Hermit Hacker <scrappy@hub.org>
Cc: Alfred Perlstein <bright@wintelcom.net>, Peter Eisentraut <peter_e@gmx.net>, Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2000-12-30T01:27:49Z
Lists: pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes: > someone brought up that when configure runs, it is adding -lreadline to > the backend compile, even though that I don't think there is any reason > for doing such? There isn't --- configure is just sloppy in that it supplies the same library list for all programs we build. (This might be a fair amount of work to change; never looked at it.) However, I don't see what that has to do with the licensing argument. We stand or fall on psql's use of libreadline, and having useless dependencies from other executables doesn't alter anything that I can see. regards, tom lane