forked from Imagelibrary/rtems
Remove readline/configure to force not building the bundled readline and use the system provided readline.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user