[SUMMARY] compiling problems on Solaris 2.6 x86 (fwd)

Damien Miller djm at mindrot.org
Mon Mar 12 10:03:57 EST 2001


On Sun, 11 Mar 2001 mouring at etoh.eviladmin.org wrote:

> On Sun, 11 Mar 2001, Damien Miller wrote:
>
> > Can someone explain why we need this fix on Solaris 2.6?
> >
>
> The heart of the issue is the fact he has a
> /usr/local/include/config.h
>
> Maybe we should resolve it by doing the following:
>
> CPPFLAGS=@CPPFLAGS@ -I. -I$(srcdir)/openbsd-compat -I$(srcdir)
> $(PATHS) @DEFS@
>
> to
>
> CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ -I$(srcdir)/openbsd-compat
> $(PATHS) @DEFS@
>
> That would ensure that our directories are given priority over what
> the user requests.

I think that this is safe to do now that we have renamed the conflicting
headers.

-d

-- 
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org          /   distributed filesystem'' - Dan Geer






More information about the openssh-unix-dev mailing list