Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT
is defined.
This commit is contained in:
parent
ac61510ea7
commit
ed3714f6d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95771
3 changed files with 12 additions and 0 deletions
|
@ -34,7 +34,11 @@ COMMENT= The GNU Bourne Again Shell
|
|||
WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --with-installed-readline
|
||||
.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT)
|
||||
CONFIGURE_ENV= LDFLAGS=-static
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-static-link=no
|
||||
.endif
|
||||
MAN1= bash.1 bashbug.1
|
||||
|
||||
.if defined(WITH_NET_REDIRECTIONS)
|
||||
|
|
|
@ -34,7 +34,11 @@ COMMENT= The GNU Bourne Again Shell
|
|||
WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --with-installed-readline
|
||||
.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT)
|
||||
CONFIGURE_ENV= LDFLAGS=-static
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-static-link=no
|
||||
.endif
|
||||
MAN1= bash.1 bashbug.1
|
||||
|
||||
.if defined(WITH_NET_REDIRECTIONS)
|
||||
|
|
|
@ -34,7 +34,11 @@ COMMENT= The GNU Bourne Again Shell
|
|||
WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//}
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --with-installed-readline
|
||||
.if defined(WANT_STATIC_BASH) || defined(NO_DYNAMICROOT)
|
||||
CONFIGURE_ENV= LDFLAGS=-static
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-static-link=no
|
||||
.endif
|
||||
MAN1= bash.1 bashbug.1
|
||||
|
||||
.if defined(WITH_NET_REDIRECTIONS)
|
||||
|
|
Loading…
Reference in a new issue