Enable HAVE_DEV_TTY for Solaris
Now that git_terminal_prompt can cleanly interact with /dev/tty on Solaris, enable HAVE_DEV_TTY so that this code path is used for credential reading instead of relying on the crippled getpass(). Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
67ba123fd1
commit
436783c95a
1
Makefile
1
Makefile
@ -909,6 +909,7 @@ ifeq ($(uname_S),SunOS)
|
|||||||
NO_MKSTEMPS = YesPlease
|
NO_MKSTEMPS = YesPlease
|
||||||
NO_REGEX = YesPlease
|
NO_REGEX = YesPlease
|
||||||
NO_FNMATCH_CASEFOLD = YesPlease
|
NO_FNMATCH_CASEFOLD = YesPlease
|
||||||
|
HAVE_DEV_TTY = YesPlease
|
||||||
ifeq ($(uname_R),5.6)
|
ifeq ($(uname_R),5.6)
|
||||||
SOCKLEN_T = int
|
SOCKLEN_T = int
|
||||||
NO_HSTRERROR = YesPlease
|
NO_HSTRERROR = YesPlease
|
||||||
|
Loading…
Reference in New Issue
Block a user