summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-23 12:04:49 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-23 12:04:49 +0000
commit3fc2127ff9797e1182088af3420928dc1ca446a9 (patch)
treece03760a251af7e87ea0de5aff45c5a196f18e52 /shells
parentShared linking of -lintl (diff)
Restore static linking
Submitted by: Martin Cracauer <cracauer@cons.org>
Notes
Notes: svn path=/head/; revision=28708
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile1
-rw-r--r--shells/bash2/Makefile1
-rw-r--r--shells/bash3/Makefile1
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: