cross-arm-none-eabi-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
7187668331
commit
1c5cd1f700
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@ configure_args="
|
||||||
$(vopt_with python)
|
$(vopt_with python)
|
||||||
"
|
"
|
||||||
hostmakedepends="autoconf automake bison flex pkg-config texinfo"
|
hostmakedepends="autoconf automake bison flex pkg-config texinfo"
|
||||||
makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel readline-devel zlib-devel $(vopt_if guile guile-devel) $(vopt_if python 'python3-devel gettext-libs')"
|
makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel readline-devel zlib-devel $(vopt_if guile guile-devel) $(vopt_if python 'python3-devel')"
|
||||||
short_desc="GNU Debugger"
|
short_desc="GNU Debugger"
|
||||||
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
@ -40,6 +40,10 @@ nocross=yes
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
if [ "$build_option_python" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
makedepends+=" gettext-libs"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# resolve conflicts with binutils and native gdb
|
# resolve conflicts with binutils and native gdb
|
||||||
rm -fr ${DESTDIR}/usr/{share/{locale,gdb,info},include}
|
rm -fr ${DESTDIR}/usr/{share/{locale,gdb,info},include}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue