summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-11 20:18:21 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-11 20:22:32 +0200
commit9c0ff47098ac20a8c93e8f91c0c8c72f9add3ce8 (patch)
tree81615ce160d9defa0054b0fae1b9ee2f1ca36cf1 /src/version.c
parent58448e09be497a8abb595ae309b6edfbc8e0e05a (diff)
patch 9.1.0408: configure fails on Fedora when including perlv9.1.0408
Problem: configure fails on Fedora when including perl (chesheer-smile) Solution: Filter out -spec=<path> from $LIBS and $LDFLAGS to avoid linking relocation errors for unrelated autoconf tests. closes: #14526 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 828b3c78b6..430e79698a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 408,
+/**/
407,
/**/
406,