diff options
author | obrien <obrien@FreeBSD.org> | 2004-10-28 06:10:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-10-28 06:10:35 +0800 |
commit | cc534ffe6ee90f68261767da7ee8f04e48c1b7ac (patch) | |
tree | a5c0b397ffa2d75b6fc56611d47ad8486b5d3753 /shells | |
parent | 02911733a29287ec2e8bf2bfaa291592fea347e7 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |