Re: pgsql/src/interfaces/perl5 (GNUmakefile)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/interfaces/perl5 (GNUmakefile)
Date: 2000-11-16 21:52:46
Message-ID: Pine.LNX.4.21.0011162249260.783-100000@peter.localdomain
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alfred Perlstein writes:

> > Clean files after installing, since those files will most likely be root
> > owned, which can be annoying.
>
> I've been bit by this, why are these files not built as part of the
> build taget?

They are, but they need to be rebuilt when they're installed because
otherwise the shared object will contain a run-time reference to libpq in
the source tree. It's really MakeMaker stupidity; this is the best we can
do for now.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-11-16 22:30:13 pgsql/contrib/array (array_iterator.c)
Previous Message petere 2000-11-16 21:43:28 pgsql/src/backend/utils/adt (varbit.c)