Add patches for readline 8.3

This commit is contained in:
2025-07-12 17:19:34 +03:00
parent 6a1df9d8e9
commit 942eaf1a63
4 changed files with 55 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
# Apply patches
cd "$BPM_SOURCE"
patch -Np2 < "$BPM_WORKDIR"/8.3.0-display-null-prompt.patch
patch -Np2 < "$BPM_WORKDIR"/8.3.0-event-hook.patch
autoconf -fiv
}
# The build function is executed in the source directory