Commit 1c789a6
committed
BUILD: relax GCC 14 strictness for BerkeleyDB 6.1.26
GCC 14 turned -Wincompatible-pointer-types, -Wint-conversion and
-Wimplicit-function-declaration into errors by default. BDB 6.1.26
uses K&R-style function pointer assignments in env_config.c that
trip the first. Pass -Wno-error=... for the three for the BDB
configure only.
The original Dockerfile would hit the same break on a fresh build
against current Fedora 44 packages; the previously-published image
was made against an older cross-gcc where these were still warnings.1 parent b335c34 commit 1c789a6
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
| |||
0 commit comments