aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-10-28 06:10:35 +0800
committerobrien <obrien@FreeBSD.org>2004-10-28 06:10:35 +0800
commitcc534ffe6ee90f68261767da7ee8f04e48c1b7ac (patch)
treea5c0b397ffa2d75b6fc56611d47ad8486b5d3753 /shells
parent02911733a29287ec2e8bf2bfaa291592fea347e7 (diff)
downloadfreebsd-ports-gnome-cc534ffe6ee90f68261767da7ee8f04e48c1b7ac.tar.gz
freebsd-ports-gnome-cc534ffe6ee90f68261767da7ee8f04e48c1b7ac.tar.zst
freebsd-ports-gnome-cc534ffe6ee90f68261767da7ee8f04e48c1b7ac.zip
Use the offical option for static linking.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 8f6a8fa092f3..d394a2187f2a 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-installed-readline
.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
-CONFIGURE_ENV= LDFLAGS=-static
+CONFIGURE_ARGS+= --enable-static-link
.else
CONFIGURE_ARGS+= --enable-static-link=no
.endif