commit | 870cd76283e003a0fa57449aa077f0d01a6a2d80 | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Mon Jan 09 13:18:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 13:18:08 2023 +0000 |
tree | 88f568d87dce80823f06d5abe81944762c8a048b | |
parent | c8ab30a349ee45ef6c3b6af8ee5ff53d2f7bf891 [diff] [blame] |
patch 9.0.1162: configure does not handle all FORTIFY_SOURCE variants Problem: Configure does not handle all FORTIFY_SOURCE variants. Solution: Also handle Fedora's default FORTIFY_SOURCE flags. (Zdenek Dohnal, closes #11794)
diff --git a/src/version.c b/src/version.c index d53f809..ab9c91c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1162, +/**/ 1161, /**/ 1160,