aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-10-27 22:10:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-10-27 22:10:35 +0000
commit90aa8bfb60eb853ac1aeeab18849bdee260f6e55 (patch)
treeedcc5983fbada31ecdd38091ef9195483189b85e /shells
parentded40cdbd0d9d60a02a7bc399e7040bc68c2b2b1 (diff)
downloadports-90aa8bfb60eb853ac1aeeab18849bdee260f6e55.tar.gz
ports-90aa8bfb60eb853ac1aeeab18849bdee260f6e55.zip
Notes
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