Remove readline/configure to force not building the bundled readline and use the system provided readline.

This commit is contained in:
Ralf Corsepius
2008-03-31 04:36:55 +00:00
parent ef5c018e3e
commit 23347e9571

View File

@@ -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