summaryrefslogtreecommitdiffstats
path: root/ci/config.mk.sed
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2021-12-28 15:51:45 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-28 15:51:45 +0000
commit8bb3fe4d4dcd27c02e903f6772fdc8fe2e9eba70 (patch)
tree8580fd12601cf226570353cd10d9f2ab2e24abc5 /ci/config.mk.sed
parentd9da86e94ea8dbaa056270a666892945c40a6674 (diff)
patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922
Problem: Cannot build with dynamic Ruby 3.1. Solution: Add "_EXTRA" variables for CI. Add missing functions. (Ozaki Kiichi, closes #9420)
Diffstat (limited to 'ci/config.mk.sed')
-rw-r--r--ci/config.mk.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/config.mk.sed b/ci/config.mk.sed
index cd2cd9c452..51e7ec903d 100644
--- a/ci/config.mk.sed
+++ b/ci/config.mk.sed
@@ -1,2 +1,3 @@
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
-/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/
+/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function/
+/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/