]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0681: configure: -lruby added even for a dynamic ruby build v9.2.0681
authorChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 12:34:15 +0000 (12:34 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 12:34:15 +0000 (12:34 +0000)
commita6b4f97c7f60fe9e80908ceecdeb2f950356f820
tree3b940fa423d52f7d49a938f0815d85038d33eb31
parent738e6863d86e123e9499dd25f5870f4dc64f9411
patch 9.2.0681: configure: -lruby added even for a dynamic ruby build

Problem:  configure: -lruby is added to the link flags even for a
          dynamic ruby build, creating a hard dependency on the Ruby
          library (Johannes Schindelin, after v9.2.0674).
Solution: For a dynamic build filter out -l flags from librubyarg.

related: #20558

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c