commit | 1d822afaf66a84fab71c84521fd92db11d2c8925 | [log] [tgz] |
---|---|---|
author | Zdenek Dohnal <zdohnal@redhat.com> | Wed Nov 23 12:06:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 12:06:08 2022 +0000 |
tree | 622070ab8e435d4cd4556d473a6a782f2a530668 | |
parent | 96cbbe29debba25d7eec8d01955c5ac01f5c420d [diff] [blame] |
patch 9.0.0928: using Ruby LDFLAGS may cause build problems Problem: Using Ruby LDFLAGS may cause build problems. Solution: Do not add Ruby LDFLAGS to Vim's LDFLAGS. (Zdenek Dohnal, closes #11592)
diff --git a/src/version.c b/src/version.c index 6e0d886..bb8dd63 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 928, +/**/ 927, /**/ 926,