From: Ben Walton Date: Tue, 7 Aug 2012 03:07:42 +0000 (-0400) Subject: Enable HAVE_DEV_TTY for Solaris X-Git-Tag: v1.7.12-rc3~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/436783c95a59cca00a7cca1219666bb0af67cb81?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- 436783c95a59cca00a7cca1219666bb0af67cb81 diff --git a/Makefile b/Makefile index 7c370ea57c..9472ff768c 100644 --- a/Makefile +++ b/Makefile @@ -909,6 +909,7 @@ ifeq ($(uname_S),SunOS) NO_MKSTEMPS = YesPlease NO_REGEX = YesPlease NO_FNMATCH_CASEFOLD = YesPlease + HAVE_DEV_TTY = YesPlease ifeq ($(uname_R),5.6) SOCKLEN_T = int NO_HSTRERROR = YesPlease