From 23347e95718b7f338f84644fa8391b1a6e099716 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 31 Mar 2008 04:36:55 +0000 Subject: Remove readline/configure to force not building the bundled readline and use the system provided readline. --- contrib/crossrpms/gdb/prep.add | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/crossrpms/gdb/prep.add b/contrib/crossrpms/gdb/prep.add index bcfc016058..e5e689f268 100644 --- a/contrib/crossrpms/gdb/prep.add +++ b/contrib/crossrpms/gdb/prep.add @@ -7,3 +7,7 @@ cd gdb-%{gdb_version} %{?PATCH1:%patch1 -p1} cd .. +%if "%{gdb_version}" >= "6.8" +# Force using a system-provided libreadline +rm -f gdb-%{gdb_version}/readline/configure +%endif -- cgit v1.2.3