Re: GNU readline and BSD license - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GNU readline and BSD license
Date
Msg-id 17827.978139669@sss.pgh.pa.us
Whole thread Raw
In response to Re: GNU readline and BSD license  (The Hermit Hacker <scrappy@hub.org>)
List 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


pgsql-hackers by date:

Previous
From: Adam Haberlach
Date:
Subject: Re: GNU readline and BSD license
Next
From: The Hermit Hacker
Date:
Subject: Re: GNU readline and BSD license