| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> |
| Cc: | "Patches" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: uuid.h on Debian |
| Date: | 2007-10-23 21:40:37 |
| Message-ID: | 3943.1193175637@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
"Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
> Compiling contrib/uuid-ossp on my Debian laptop failed, because
> apparently on Debian the uuid.h header is installed as ossp/uuid.h.
> Attached is a patch that adds some autoconf magic to deal with that.
Applied, thanks.
BTW, src/include/pg_config.h.in is a derived file (cf. autoheader);
so there's no need to include it in a patch, any more than the configure
script. It's probably a good idea to remind the committer to run
autoheader, though.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2007-10-23 21:45:51 | vacuum as flags in PGPROC |
| Previous Message | Heikki Linnakangas | 2007-10-23 20:18:15 | Re: EXECUTE USING for plpgsql (for 8.4) |