[postgis-devel] circular dependency in doc/ ?
Sandro Santilli
strk at keybit.net
Wed Feb 29 02:00:45 PST 2012
On Tue, Feb 28, 2012 at 08:33:58PM +0100, Sandro Santilli wrote:
> On Tue, Feb 28, 2012 at 11:22:27AM -0800, Chris Hodgson wrote:
>
> > So I guess I can support the --nonet as the default, would be nice
> > if there was an easy option to allow building without --nonet for a
> > quick fix - quick as in effort, not elapsed time :)
>
> An environment variable, maybe. Like RUNTESTFLAGS for "make check".
> Should check if xsltproc supports a switch to disable --nonet in
> order to override the default...
In r9343 we have support for a XSLTPROCFLAGS. but I found no way
to disable a --nonet switch so we need something smarter.
What we could do is haveing XSLTPROCFLAGS default to --nonet if nothing
is given, which means you can disable it using something like:
make html XSLTPROCFLAGS=
--strk;
,------o-.
| __/ | Delivering high quality PostGIS 2.0 !
| / 2.0 | http://strk.keybit.net - http://vizzuality.com
`-o------'
More information about the postgis-devel
mailing list