Subject: re: tweaks for fparseln(3) move from libutil to libc
To: None <tech-toolchain@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-toolchain
Date: 12/03/2002 13:03:52
The recent changes:

tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it

stop the build running because fparseln isn't in libc
on the build system.

I had to revert these changes to get the host tools
pax, makefs and mtree to compile.

In particular two files in mktree needed util.h
and I added HOST_LDFLAGS += -lutil to all 3 builds.

Cross build on alien systems are likely to fall over badly
(unless these is some magic elsewhere).

	David

-- 
David Laight: david@l8s.co.uk