From 239a82a2782abbdf417a53bf74f1c98d76cea891 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 May 2015 15:33:50 +0200 Subject: [PATCH] gdb: enable python option by default. No reason to have this disabled by default because this pkg is not part of the bootstrap pkgs, and seems to be required by qtcreator (among others). Close #1656 --- srcpkgs/gdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 65f9938b8a..dd04354574 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=7.9.1 -revision=2 +revision=3 patch_args="-Np1" build_style=gnu-configure configure_args="--disable-werror --disable-nls --with-system-readline @@ -20,7 +20,7 @@ checksum=cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40 build_options="gdbserver static python" desc_option_gdbserver="Enable support for building GDB server" # Enable gdbserver if !static. -build_options_default="gdbserver" +build_options_default="gdbserver python" # Both options cannot be enabled at the same time vopt_conflict gdbserver static