diff options
author | ache <ache@FreeBSD.org> | 2000-05-23 20:04:49 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-23 20:04:49 +0800 |
commit | 087a342cf967b6d239dae99b30890221f386cb06 (patch) | |
tree | de880b017df3f1ec6d4a811fceff6328f7cbcdee /shells | |
parent | c31e7d3867a161cfd85b516ce0efef024612610a (diff) | |
download | freebsd-ports-gnome-087a342cf967b6d239dae99b30890221f386cb06.tar.gz freebsd-ports-gnome-087a342cf967b6d239dae99b30890221f386cb06.tar.zst freebsd-ports-gnome-087a342cf967b6d239dae99b30890221f386cb06.zip |
Restore static linking
Submitted by: Martin Cracauer <cracauer@cons.org>
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: |