From 8f620b9b17ccbaae1e3eb9a1b9b5d528f4d5f900 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Dec 2015 13:26:56 +0000 Subject: retry IO#getpass git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/console/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/io/console/extconf.rb') diff --git a/ext/io/console/extconf.rb b/ext/io/console/extconf.rb index 153643c898..fa4aac840b 100644 --- a/ext/io/console/extconf.rb +++ b/ext/io/console/extconf.rb @@ -18,6 +18,7 @@ if ok # rb_check_hash_type: 1.9.3 # rb_io_get_write_io: 1.9.1 # rb_cloexec_open: 2.0.0 + $defs << "-D""ENABLE_IO_GETPASS=1" create_makefile("io/console") {|conf| conf << "\n""VK_HEADER = #{vk_header}\n" } -- cgit v1.2.3