diff options
author | François Andriot <[email protected]> | 2024-09-25 22:52:41 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2024-09-25 22:52:41 +0200 |
commit | f66b8764bb23bc081698a37bd1abff613cfe5e87 (patch) | |
tree | 66e94f2545b3de43097aad3b7aa8017500310c05 /redhat/extras/htdig/patches/fix-ftbfs-gcc14 | |
parent | c613bf5a7ba068887dab0a7d50b314f0bdea32ad (diff) | |
download | tde-packaging-f66b8764bb23bc081698a37bd1abff613cfe5e87.tar.gz tde-packaging-f66b8764bb23bc081698a37bd1abff613cfe5e87.zip |
RPM: add support for Fedora 41
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/extras/htdig/patches/fix-ftbfs-gcc14')
-rw-r--r-- | redhat/extras/htdig/patches/fix-ftbfs-gcc14 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/extras/htdig/patches/fix-ftbfs-gcc14 b/redhat/extras/htdig/patches/fix-ftbfs-gcc14 new file mode 100644 index 000000000..88914b6a0 --- /dev/null +++ b/redhat/extras/htdig/patches/fix-ftbfs-gcc14 @@ -0,0 +1,11 @@ +--- a/db/os_map.c ++++ b/db/os_map.c +@@ -31,6 +31,8 @@ + #endif + + #include "db_int.h" ++#include "db_page.h" ++#include "db_ext.h" + #include "os_jump.h" + + #ifdef HAVE_MMAP |