From cc534ffe6ee90f68261767da7ee8f04e48c1b7ac Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 27 Oct 2004 22:10:35 +0000 Subject: Use the offical option for static linking. --- shells/bash2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 8f6a8fa..d394a21 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 -- cgit v1.1