Add patch for GCC 15

This commit is contained in:
2025-07-07 21:55:20 +03:00
parent 56e8016d30
commit d3ddf308bc
3 changed files with 27 additions and 1 deletions
+5
View File
@@ -10,6 +10,11 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
# Apply patches
cd "$BPM_SOURCE"
patch -p1 < ../gcc-15.patch
autoreconf -fiv
}
# The build function is executed in the source directory