commit | 2f9aef42af94f6d68f37f6e9b8cb878e88ed12bf | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Feb 12 23:12:26 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Feb 12 23:14:19 2024 +0100 |
tree | 257b645217b37e1f1f830afbfd7c0a76e686f503 | |
parent | f0a9d65e0a1d693cdfa964aa72de5b93b4cacdea [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index e28a326..17a7899 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 104, +/**/ 103, /**/ 102,