summaryrefslogtreecommitdiffstats
path: root/source/d/gdb/gdb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/gdb/gdb.SlackBuild')
-rwxr-xr-xsource/d/gdb/gdb.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild
index 5e5ea831a..4984f9e5e 100755
--- a/source/d/gdb/gdb.SlackBuild
+++ b/source/d/gdb/gdb.SlackBuild
@@ -75,6 +75,9 @@ find . \
# This has been perpetually broken, so we'll default to turning it off:
GUILE_OPTION=${GUILE_OPTION:"--without-guile"}
+# Fix FTBFS with recent system readline:
+zcat $CWD/1add37b567a7dee39d99f37b37802034c3fce9c4.patch.gz | patch -p1 --verbose || exit 1
+
# Make a build directory:
mkdir build-gdb
cd build-gdb