Subject: Re: pkg/24483: build of dynamically linked zsh is incomplete
To: None <netbsd-bugs@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: netbsd-bugs
Date: 02/19/2004 05:07:56
hira@po6.nsk.ne.jp <hira@po6.nsk.ne.jp> typed:
: 	The shells/zsh can build without error. But some files are missing.

The build is incomplete because it needs config.status to build properly.

: 	It happens only if ZSH_STATIC is not defined.

The following will work:

# CONFIG_STATUS_OVERRIDE= make install

so, I guess, it would work by putting the appropriate "CONFIG_STATUS_OVERRIDE="
line into one of the Makefiles.
I'm also guessing it needs devel/autoconf to build.

Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>