bash: add ssh flag (#18992)
* bash: add flag on macOS * Add flag unconditionally
This commit is contained in:
parent
c3f8df7c52
commit
02575cb3bb
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ def configure_args(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
# https://github.com/Homebrew/legacy-homebrew/pull/23234
|
||||||
|
# https://trac.macports.org/ticket/40603
|
||||||
|
'CFLAGS=-DSSH_SOURCE_BASHRC',
|
||||||
'LIBS=' + spec['ncurses'].libs.link_flags,
|
'LIBS=' + spec['ncurses'].libs.link_flags,
|
||||||
'--with-curses',
|
'--with-curses',
|
||||||
'--enable-readline',
|
'--enable-readline',
|
||||||
|
|
Loading…
Reference in a new issue