]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0104: Linking fails with -lto because of PERL_CFLAGS 14022/head v9.1.0104
authorChristian Brabandt <cb@256bit.org>
Mon, 12 Feb 2024 22:12:26 +0000 (23:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 12 Feb 2024 22:14:19 +0000 (23:14 +0100)
commit2f9aef42af94f6d68f37f6e9b8cb878e88ed12bf
tree257b645217b37e1f1f830afbfd7c0a76e686f503
parentf0a9d65e0a1d693cdfa964aa72de5b93b4cacdea
patch 9.1.0104: Linking fails with -lto because of PERL_CFLAGS

Problem:  Linking fails with -lto because of PERL_CFLAGS
          (Zoltan Toth)
Solution: Filter out -flto argument from Perl CFLAGS.

fixes: #14012

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