Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: More failure



In message <Pine.NEB.4.64.1012112240190.3197%quicky.whooppee.com@localhost>
        on Sat, 11 Dec 2010 22:41:59 -0800 (PST),
        Paul Goyette <paul%whooppee.com@localhost> wrote:
> Looks like ndp can't find gmt2local.h since it was moved...
> 
> 
> #    create  ndp/ndp.d
> CC=/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-gcc
> /build/netbsd-local/tools/x86_64/amd64/bin/nbmkdep -f ndp.d -- -DINET6
> -I. -I/build/netbsd-local/src/dist/tcpdump -nostdinc -isystem
> /build/netbsd-local/dest/amd64/usr/include -D_FORTIFY_SOURCE=2
> /build/netbsd-local/src/usr.sbin/ndp/ndp.c
> /build/netbsd-local/src/usr.sbin/ndp/ndp.c:107:23: error: gmt2local.h:
> No such file or directory
Not tested yet:

diff -u -r1.1.1.1 Makefile
--- usr.sbin/ndp/Makefile       25 Jan 2010 04:11:38 -0000      1.1.1.1
+++ usr.sbin/ndp/Makefile       12 Dec 2010 06:50:26 -0000
@@ -4,13 +4,13 @@
 
 USE_FORT?= yes # network client
 
-.PATH: ${NETBSDSRCDIR}/dist/tcpdump
+.PATH: ${NETBSDSRCDIR}/external/bsd/tcpdump/dist
 
 PROG=  ndp
 SRCS=  ndp.c gmt2local.c
 MAN=   ndp.8
 
 CPPFLAGS+=-DINET6
-CPPFLAGS+=-I. -I${NETBSDSRCDIR}/dist/tcpdump
+CPPFLAGS+=-I. -I${NETBSDSRCDIR}/external/bsd/tcpdump/dist
 
 .include <bsd.prog.mk>

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index