From cd9e9b55c92abd53f1071b6811b1c3d5112dc985 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 24 Feb 2009 05:31:05 +0000 Subject: [PATCH] Disable python. --- contrib/crossrpms/gdb/build.add | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/crossrpms/gdb/build.add b/contrib/crossrpms/gdb/build.add index a52949eafb..36862f127d 100644 --- a/contrib/crossrpms/gdb/build.add +++ b/contrib/crossrpms/gdb/build.add @@ -21,6 +21,9 @@ %endif %if "%{gdb_version}" >= "6.6" --with-expat \ +%endif +%if "%{gdb_version}" >= "6.8.50" + --without-python \ %endif --with-sysroot=%{_prefix}/@tool_target@/sys-root \ --prefix=%{_prefix} --bindir=%{_bindir} \