summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-24 19:05:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-24 19:05:11 (GMT)
commit3f988231ae438e2fc98c94f870a9b266f93e1955 (patch)
tree3cb4bd283b76a32c247043179252a2529f5b9910 /Makefile
parent9e0833c30e1afef7dcffe2c151d0545ecdc730bf (diff)
parent436783c95a59cca00a7cca1219666bb0af67cb81 (diff)
downloadgit-3f988231ae438e2fc98c94f870a9b266f93e1955.zip
git-3f988231ae438e2fc98c94f870a9b266f93e1955.tar.gz
git-3f988231ae438e2fc98c94f870a9b266f93e1955.tar.bz2
Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11
* bw/maint-1.7.9-solaris-getpass: Enable HAVE_DEV_TTY for Solaris terminal: seek when switching between reading and writing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df58303..1f72c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -1005,6 +1005,7 @@ ifeq ($(uname_S),SunOS)
NO_REGEX = YesPlease
NO_FNMATCH_CASEFOLD = YesPlease
NO_MSGFMT_EXTENDED_OPTIONS = YesPlease
+ HAVE_DEV_TTY = YesPlease
ifeq ($(uname_R),5.6)
SOCKLEN_T = int
NO_HSTRERROR = YesPlease