commit | 4219698603f45bb710435f4c4fd8e03428aa2380 | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Wed Jan 18 16:09:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 18 16:09:51 2023 +0000 |
tree | 099f137b05656d4fb7786708a9c50acc5abb8da1 | |
parent | 90c2353365c5da40dec01b09e1f482983cf7f55d [diff] [blame] |
patch 9.0.1219: handling of FORTIFY_SOURCE flags doesn't match Fedora usage Problem: Handling of FORTIFY_SOURCE flags doesn't match Fedora usage. Solution: Adjust the "sed" patterns. (Zdenek Dohnal, closes #11847)
diff --git a/src/version.c b/src/version.c index 1cac4b5..1117488 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1219, +/**/ 1218, /**/ 1217,