mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gdb: resolve conflict with binutils 2.39
This commit is contained in:
parent
eb53ab945e
commit
9a52660ad4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=12.1
|
version=12.1
|
||||||
revision=2
|
revision=3
|
||||||
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
|
||||||
|
@ -48,7 +48,8 @@ vopt_conflict debuginfod static
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# resolve conflicts with binutils
|
# resolve conflicts with binutils
|
||||||
rm -r ${DESTDIR}/usr/{include,lib,share/info/bfd.info*}
|
rm -rf ${DESTDIR}/usr/{include,lib}
|
||||||
|
rm -rf ${DESTDIR}/usr/share/info/{bfd,ctf-spec}.info*
|
||||||
}
|
}
|
||||||
|
|
||||||
gdb-common_package() {
|
gdb-common_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue