Re: added pkg-config script

From: phoemix(at)harmless(dot)hu (Czuczy Gergely)
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: added pkg-config script
Date: 2004-08-22 19:29:22
Message-ID: 20040822192922.GA95@marvin.harmless.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, Aug 22, 2004 at 03:16:09PM -0400, Tom Lane wrote:
> Since I haven't heard anyone else asking for pkgconfig support, I'm
> inclined to say we should put the whole idea on the shelf until there's
> more evidence that it's worth something.
pkg-config is a relatively new method, but most packages
(like gtk, silc's debian package, sqlite, alsa, atk, fontconfig, freetype2, gdk-*,
glib, gthread, libexslt, libpng, openssl, pango, sigc++, xft, etc) support it,
because it's prefferd, doesn't have non-standard behaviour(like php-config, doesn't
have --cflags, it has --includes instead). make a poll on the website to see if
people want it or not. there are hundred millions of configure script that
cannot decide how to get postgres' cflags and libs by themselves. I can
modify the patch to make it disable-able, but I don't think so it would
worth the effort.

and I've also thought for multiple instances for libpq, libecpg, but currently
i've just made it for libpq. doesn't take much more effort to modify it for them.

Bye,

Gergely Czuczy
mailto: phoemix(at)harmless(dot)hu
PGP: http://phoemix.harmless.hu/phoemix.pgp

Weenies test. Geniuses solve problems that arise.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2004-08-22 19:54:24 Re: added pkg-config script
Previous Message Tom Lane 2004-08-22 19:16:09 Re: added pkg-config script