commit | 91b992c38769b343b4a66a5f8e589aa9897fdc9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 19:07:42 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 19:07:42 2019 +0100 |
tree | dab0af77605e0250a5a819e4c552107358ab548f | |
parent | 539aa6b25eaea91dfd1a175cd053c0f259fa2e58 [diff] [blame] |
patch 8.1.2316: FORTIFY_SOURCE can also be present in CPPFLAGS Problem: FORTIFY_SOURCE can also be present in CPPFLAGS. Solution: Remove it in configure. (Benedikt Morbach, closes #2786)
diff --git a/src/version.c b/src/version.c index b6a209d..aae3fae 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2316, +/**/ 2315, /**/ 2314,