[SUMMARY] compiling problems on Solaris 2.6 x86 (fwd)
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Mon Mar 12 06:37:09 EST 2001
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.
- Ben
More information about the openssh-unix-dev
mailing list