bash: add ssh flag (#18992)

* bash: add flag on macOS

* Add flag unconditionally
This commit is contained in:
Adam J. Stewart 2020-10-18 16:40:32 -05:00 committed by GitHub
parent c3f8df7c52
commit 02575cb3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',