Re: FreeBSD Packages/Port for 7.3beta1...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Sean Chittenden <sean(at)chittenden(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FreeBSD Packages/Port for 7.3beta1...
Date: 2002-09-16 20:50:35
Message-ID: 200209162050.g8GKoZv14660@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt
> CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
>
> is redundant. You already put LOCALBASE/lib into --with-libs. Also, if
> you wish, we can automatically check for -lgnugetopt in configure. We
> already do that for other spellings of the same library.

I have applied the following patch to search for gnugetopt to CVS.
Autoconf updated.

--
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

Attachment Content-Type Size
unknown_filename text/plain 757 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ericson Smith 2002-09-16 21:01:29 Re: Physical sites handling large data
Previous Message Robert Treat 2002-09-16 20:42:06 Re: PGXLOG variable worthwhile?