mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
avr-gdb: stop depends gettext-libs on glibc
gettext-libs is gone on glibc from e1091a5c5b
, (gettext: reorganize so
gettext-libs only ships versioned libintl.so., 2021-03-04)
This commit is contained in:
parent
1c5cd1f700
commit
7d17f03f96
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@ configure_args="\
|
||||||
$(vopt_if python --with-python=/usr/bin/python3)"
|
$(vopt_if python --with-python=/usr/bin/python3)"
|
||||||
hostmakedepends="texinfo perl $(vopt_if python python3-devel)"
|
hostmakedepends="texinfo perl $(vopt_if python python3-devel)"
|
||||||
makedepends="ncurses-devel zlib-devel readline-devel expat-devel
|
makedepends="ncurses-devel zlib-devel readline-devel expat-devel
|
||||||
$(vopt_if python 'python3-devel gettext-libs')"
|
$(vopt_if python 'python3-devel')"
|
||||||
depends=gdb
|
depends=gdb
|
||||||
short_desc="GNU Debugger for AVR"
|
short_desc="GNU Debugger for AVR"
|
||||||
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
maintainer="Artur Sinila <opensource@logarithmus.dev>"
|
||||||
|
@ -43,6 +43,10 @@ desc_option_gdbserver="Enable support for building GDB server"
|
||||||
# Both options cannot be enabled at the same time
|
# Both options cannot be enabled at the same time
|
||||||
vopt_conflict gdbserver static
|
vopt_conflict gdbserver static
|
||||||
|
|
||||||
|
if [ "$build_option_python" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
makedepends+=" gettext-libs"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i 's,sgidefs.h,asm/sgidefs.h,' gdb/mips-linux-nat.c
|
vsed -i 's,sgidefs.h,asm/sgidefs.h,' gdb/mips-linux-nat.c
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Add table
Reference in a new issue