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 @@ -79,6 +79,7 @@ pseudo_configure(
7979 "HAVE_GETPWENT": "1",
8080 "HAVE_GETPWNAM": "1",
8181 "HAVE_GETPWUID": "1",
82+ "HAVE_GETTIMEOFDAY" : "1",
8283 "HAVE_ISASCII": "1",
8384 "HAVE_ISWCTYPE": "1",
8485 "HAVE_ISWLOWER": "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