- Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.
PR: ports/89772 Submitted by: flz Approved by: maintainer
This commit is contained in:
@@ -56,7 +56,7 @@ CONFIGURE_ARGS= --without-bash-malloc \
|
||||
--disable-rpath \
|
||||
--enable-disabled-builtins
|
||||
|
||||
.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
|
||||
.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:L} != "no")
|
||||
.if !defined(WITHOUT_NLS)
|
||||
WITHOUT_NLS=yes
|
||||
.endif
|
||||
|
||||
@@ -36,7 +36,7 @@ USE_REINPLACE= yes
|
||||
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" ))
|
||||
.if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" ))
|
||||
CONFIGURE_ARGS+= --enable-static-link
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-static-link=no
|
||||
|
||||
Reference in New Issue
Block a user