From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Trond Eivind Glomsrød <teg(at)redhat(dot)com>, Jan Wieck <janwieck(at)yahoo(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Zlib vulnerability heads-up. |
Date: | 2002-03-13 19:46:00 |
Message-ID: | Pine.LNX.4.30.0203131442060.741-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Tom Lane writes:
> This is because Autoconf doesn't conveniently support making different
> LIBS lists for every executable, and so we just use one one-size-fits-
> all list for all of 'em. (Perhaps AC 2.5* will make this better?)
Autoconf has no knowledge of what your build system looks like. It merely
tests what libraries exist and stores that knowledge in a list. It's up
to you what you do with that list.
We could probably replace $(LIBS) with $(filter {the libraries you really
want}, $(LIBS)) everywhere (see libpq Makefile). But it might be hard to
maintain. Not sure.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Emberson | 2002-03-13 19:48:01 | location of Large Object |
Previous Message | Fran Fabrizio | 2002-03-13 19:28:38 | Function created yet not found |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-03-13 20:01:39 | Re: Zlib vulnerability heads-up. |
Previous Message | Bruce Momjian | 2002-03-13 18:27:33 | Re: LRU and full table scans |