From 5e89ef45f7eefc12e2894533e0f5b2fb2494de34 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 18 Jun 2020 19:02:19 -0400 Subject: [PATCH] gdb: avoid byte-compiling python2-only files --- srcpkgs/gdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 7cac3716be7..a3d345a20de 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,9 +1,9 @@ # Template file for 'gdb' pkgname=gdb version=9.2 -revision=1 +revision=2 build_style=gnu-configure -pycompile_dirs="/usr/share/gdb" +pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib $(vopt_enable gdbserver) $(vopt_if static 'CFLAGS=-static CXXFLAGS=-static LDFLAGS=-static')