Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Richard Frith-Macdonald <richard(at)brainstorm(dot)co(dot)uk>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)
Date: 2004-05-20 16:59:31
Message-ID: 200405201659.i4KGxVd26771@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Richard Frith-Macdonald wrote:
>
> On 4 Apr 2004, at 10:37, Richard Frith-Macdonald wrote:
> > I attach a patch which fixes this for MacOS-X 10.3.3, by altering the
> > makefiles to understand the two ways of building a library/bundle and
> > having a variable setting 'BUNDLE=no' to day that the normal dynamic
> > library should be built rather than a bundle. The patch alters the
> > libecpg and libpq makefiles to set this variable, so these two are
> > built as normal dynamic libraries, while the other code continues to
> > be built as bundles.
>
> Oops ... forgot to say ... the patch also provides the correct
> threading support settings for MacOS-X.

Port-specific threading configuration will not be needed anymore in 7.5.
It is now detected automatically.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 2004-05-20 16:59:52 Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)
Previous Message Bruce Momjian 2004-05-20 15:29:49 Re: libpq and libecpg problems on MacOs-X (Panther/10.3.3)