mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gdb: remove conflicting sframe-spec.info from binutils
This commit is contained in:
parent
df7a75346e
commit
81cd9f2732
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=14.2
|
version=14.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||||
|
@ -51,7 +51,7 @@ vopt_conflict debuginfod static
|
||||||
post_install() {
|
post_install() {
|
||||||
# resolve conflicts with binutils
|
# resolve conflicts with binutils
|
||||||
rm -rf ${DESTDIR}/usr/{include,lib}
|
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() {
|
gdb-common_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue