diff options
author | ache <ache@FreeBSD.org> | 2000-05-23 12:04:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-23 12:04:49 +0000 |
commit | 087a342cf967b6d239dae99b30890221f386cb06 (patch) | |
tree | de880b017df3f1ec6d4a811fceff6328f7cbcdee /shells/bash2 | |
parent | c31e7d3867a161cfd85b516ce0efef024612610a (diff) | |
download | FreeBSD-ports-087a342cf967b6d239dae99b30890221f386cb06.zip FreeBSD-ports-087a342cf967b6d239dae99b30890221f386cb06.tar.gz |
Restore static linking
Submitted by: Martin Cracauer <cracauer@cons.org>
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 55f3b6c..a9a8ba9 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -19,6 +19,7 @@ MAINTAINER= ache@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline +CONFIGURE_ENV= LDFLAGS=-static MAN1= bash.1 bashbug.1 post-install: |