Re: libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Claudio Freire <klaussfreire(at)gmail(dot)com>
Cc: Christopher Browne <cbbrowne(at)gmail(dot)com>, Stefan <humdumdedum(at)gmail(dot)com>, PostgreSQL Mailing Lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libpq
Date: 2012-11-06 22:25:32
Message-ID: 21340.1352240732@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Claudio Freire <klaussfreire(at)gmail(dot)com> writes:
> Maybe anl libs / install-libs makefile target?

> I've already faced the complicated procedure one has to go through to
> build and install only libpq built from source.

The documentation already suggests

gmake -C src/interfaces install

Dunno that it's worth more than that. (That particular choice would get
you ecpg too, but you could go down to src/interfaces/libpq if you
really want just that.)

The real issue with this sort of thing is that when somebody wants a
subset install, their desires are usually pretty specific --- eg, do
they want the include files? what about docs? Distro-specific packages
such as RPMs typically have a distro policy to follow about such things,
but it's hard to cater for every scenario in a few makefile targets.

regards, tom lane

In response to

  • Re: libpq at 2012-11-06 22:13:42 from Claudio Freire

Responses

  • Re: libpq at 2012-11-06 22:34:35 from Claudio Freire

Browse pgsql-hackers by date

  From Date Subject
Next Message Claudio Freire 2012-11-06 22:34:35 Re: libpq
Previous Message Claudio Freire 2012-11-06 22:13:42 Re: libpq