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(
126126 "HAVE_TERMCAP_H": "1",
127127 "HAVE_TERMIO_H": "1",
128128 "HAVE_TERMIOS_H": "1",
129+ "HAVE_TIMEVAL" : "1",
129130 "HAVE_UNISTD_H": "1",
130131 "HAVE_WCHAR_H": "1",
131132 "HAVE_WCTYPE_H": "1",
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ def org_gnu_readline():
2222 http_archive ,
2323 name = "org_gnu_readline" ,
2424 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" ,
2828 ],
29- sha256 = "e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461 " ,
30- strip_prefix = "readline-8.0 " ,
29+ sha256 = "fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc " ,
30+ strip_prefix = "readline-8.3 " ,
3131 build_file = Label ("//dependency_support/org_gnu_readline:bundled.BUILD.bazel" ),
3232 patches = [
3333 Label ("@rules_hdl//dependency_support/org_gnu_readline:missing_include.patch" ),
You can’t perform that action at this time.
0 commit comments