From 81cd9f27324a653baa079b1536a93037fe3895ef Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 17 Mar 2024 16:25:26 -0700 Subject: [PATCH] gdb: remove conflicting sframe-spec.info from binutils --- srcpkgs/gdb/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 41569b9baa8..ccaed585237 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=14.2 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline @@ -51,7 +51,7 @@ vopt_conflict debuginfod static post_install() { # resolve conflicts with binutils rm -rf ${DESTDIR}/usr/{include,lib} - rm -rf ${DESTDIR}/usr/share/info/{bfd,ctf-spec}.info* + rm -rf ${DESTDIR}/usr/share/info/{bfd,ctf-spec,sframe-spec}.info* } gdb-common_package() {