commit | e92989b07a9ff8ae67400fa1d550a6ceed92f2e0 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jun 29 22:39:14 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Jun 29 22:39:14 2025 +0200 |
tree | 63b7721f79a29af47c77c4fb1f6f47d5780fe62c | |
parent | 66b72f48c3f20e9223a5789ab28f8683ded4deba [diff] [blame] |
patch 9.1.1497: Link error with shm_open() Problem: Link error with shm_open() (gcanat, after v9.1.1485) Solution: use AC_LINK_IFELSE instead of AC_COMPILE_IFELSE fixes: #17634 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 2cf34ea..7b13da4 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1497, +/**/ 1496, /**/ 1495,