Re: fixing uuid-ossp

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fixing uuid-ossp
Date: 2007-05-15 19:48:45
Message-ID: 464A0E9D.7080604@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
>
> I propose to unbreak this contrib module for machines that don't have
> uuid.h installed in a directory called ossp (e.g. fc6), by changing
> #include <ossp/uuid.h>
> to
> #include <uuid.h>
>
> People who *do* have it installed in such a directory can add to the
> build with a --with-includes configure directive.
>
> If someone feels like fixing this using some configure magic calling
> uuid-config in a similar way to the way we use tclConfig.sh, that
> might be nice, but I don't have time right now.
>
>

I have committed this now.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2007-05-15 19:50:37 Re: Not ready for 8.3
Previous Message Chris Browne 2007-05-15 19:01:56 Re: Not ready for 8.3