Re: sepgsql contrib module - Mailing list pgsql-hackers

From Tom Lane
Subject Re: sepgsql contrib module
Date
Msg-id 21421.1297718499@sss.pgh.pa.us
Whole thread Raw
In response to Re: sepgsql contrib module  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: sepgsql contrib module  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Thew makefile still has this bogosity:

>     sepgsql-regtest.pp: sepgsql-regtest.te
>          $(MAKE) -f $(DESTDIR)/usr/share/selinux/devel/Makefile $@

> We need to fix that up before we even think of trying to get buildfarm 
> coverage. The presence and location of this makefile should be 
> determined at configure time, ISTM.

I'd suggest just getting rid of the $(DESTDIR), which is flat out wrong,
and leaving it as-is otherwise.  The portability level of this code is
somewhere at the bad-joke level anyway; if you're trying to get it to
run anywhere but a recent Fedora/RHEL system, I really doubt that path
is the first or biggest problem you'll hit.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Urbański
Date:
Subject: Re: pl/python do not delete function arguments
Next
From: Magnus Hagander
Date:
Subject: Re: Scheduled maintenance affecting gitmaster