fixing uuid-ossp

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: fixing uuid-ossp
Date: 2007-05-15 13:18:11
Message-ID: 4649B313.1050702@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-05-15 13:24:31 Re: Invalid magic number in log file?
Previous Message Heikki Linnakangas 2007-05-15 12:45:03 Re: Automatic adjustment of bgwriter_lru_maxpages