diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 12:04:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 12:04:49 +0000 |
commit | 3fc2127ff9797e1182088af3420928dc1ca446a9 (patch) | |
tree | ce03760a251af7e87ea0de5aff45c5a196f18e52 /shells | |
parent | 5ebadc07ca00e1de1dc77b0158241cb087ad8bf1 (diff) | |
download | ports-3fc2127ff9797e1182088af3420928dc1ca446a9.tar.gz ports-3fc2127ff9797e1182088af3420928dc1ca446a9.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 55f3b6cbbcef..a9a8ba9fe9f4 100644 --- a/shells/bash/Makefile +++ b/shells/bash/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: diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 55f3b6cbbcef..a9a8ba9fe9f4 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: diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 55f3b6cbbcef..a9a8ba9fe9f4 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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: |