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(
79
79
"HAVE_GETPWENT": "1",
80
80
"HAVE_GETPWNAM": "1",
81
81
"HAVE_GETPWUID": "1",
82
+ "HAVE_GETTIMEOFDAY" : "1",
82
83
"HAVE_ISASCII": "1",
83
84
"HAVE_ISWCTYPE": "1",
84
85
"HAVE_ISWLOWER": "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