Subject: CVS commit: pkgsrc/shells/zsh
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 08/20/2004 11:48:47
Module Name:	pkgsrc
Committed By:	tron
Date:		Fri Aug 20 11:48:46 UTC 2004

Modified Files:
	pkgsrc/shells/zsh: Makefile.common

Log Message:
Improve handling of "ZSH_STATIC" again:
1.) Only create a dynamically linked "zsh" binary if "MKDYNAMICROOT"
    is defined and set to "yes". This way people who still use statically
    linked binaries on their root filesystem will get a static binary.
2.) Link the "zsh" binary so that it use "/libexec/ld.elf_so" and
    shared libraries from "/lib". It now works without the "/usr"
    filesystem being mounted.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/shells/zsh/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.