Re: FreeBSD broke with autoconf-based build

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: strk(at)refractions(dot)net
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: FreeBSD broke with autoconf-based build
Date: 2005-11-01 17:28:26
Message-ID: 26565.1130866106@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

strk(at)refractions(dot)net writes:
> We'll have to add a check for ELF_SYSTEM in our own configure script.
> Wouldn't this be a problem for pgxs-compiled modules as well ?

No, because they import the PG installation's Makefile.global. If you
are importing Makefile.shlib and not Makefile.global, you are doing
things seriously wrong.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-01 17:40:20 Debug in dest.h
Previous Message Peter Eisentraut 2005-11-01 17:05:46 Re: FreeBSD broke with autoconf-based build