File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
dependency_support/org_gnu_readline Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ pseudo_configure(
126
126
"HAVE_TERMCAP_H": "1",
127
127
"HAVE_TERMIO_H": "1",
128
128
"HAVE_TERMIOS_H": "1",
129
+ "HAVE_TIMEVAL" : "1",
129
130
"HAVE_UNISTD_H": "1",
130
131
"HAVE_WCHAR_H": "1",
131
132
"HAVE_WCTYPE_H": "1",
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ def org_gnu_readline():
22
22
http_archive ,
23
23
name = "org_gnu_readline" ,
24
24
urls = [
25
- "https://ftp.gnu.org/gnu/readline/readline-8.0 .tar.gz" ,
26
- "http://ftp.vim.org/ftp/gnu/readline/readline-8.0 .tar.gz" ,
27
- "http://ftp.swin.edu.au/gnu/readline/readline-8.0 .tar.gz" ,
25
+ "https://ftp.gnu.org/gnu/readline/readline-8.3 .tar.gz" ,
26
+ "http://ftp.vim.org/ftp/gnu/readline/readline-8.3 .tar.gz" ,
27
+ "http://ftp.swin.edu.au/gnu/readline/readline-8.3 .tar.gz" ,
28
28
],
29
- sha256 = "e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461 " ,
30
- strip_prefix = "readline-8.0 " ,
29
+ sha256 = "fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc " ,
30
+ strip_prefix = "readline-8.3 " ,
31
31
build_file = Label ("//dependency_support/org_gnu_readline:bundled.BUILD.bazel" ),
32
32
patches = [
33
33
Label ("@rules_hdl//dependency_support/org_gnu_readline:missing_include.patch" ),
You can’t perform that action at this time.
0 commit comments