diff options
author | torstenb <torstenb@FreeBSD.org> | 1999-09-10 22:03:36 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1999-09-10 22:03:36 +0000 |
commit | d4e5cc897a36531eee18f20e2a4ddb37a5704ef3 (patch) | |
tree | 77e1f7036184f17ae849d0f870494add66ea3110 /shells/zsh | |
parent | cbb5a110aa3e7260bfd35676ae73c201dd696682 (diff) | |
download | FreeBSD-ports-d4e5cc897a36531eee18f20e2a4ddb37a5704ef3.zip FreeBSD-ports-d4e5cc897a36531eee18f20e2a4ddb37a5704ef3.tar.gz |
building a static binary has been broken. fix that
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 0df8e55..523c33c 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -24,7 +24,7 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 # If you want to build a static binary, uncomment the following line -#LDFLAGS+=-static +#CONFIGURE_ENV+= "LDFLAGS=-static" post-install: @install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir |