buildroot patch for 2.1.1p4
Edward S. Marshall
emarshall at logic.net
Sat Jul 29 07:45:55 EST 2000
Hi,
There's a small problem with 2.1.1p4; you can't build it outside of the
source tree without the small attached patch to Makefile.in. Hope this
helps.
--
Edward S. Marshall <emarshal at logic.net> http://www.nyx.net/~emarshal/
-------------------------------------------------------------------------------
[ Felix qui potuit rerum cognoscere causas. ]
-------------- next part --------------
24c24
< CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
---
> $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)1
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)8
More information about the openssh-unix-dev
mailing list