automake: use makejobs instead of -j$(nproc)
also, fix xlint. Signed-off-by: Piraty <piraty1@inbox.ru> Closes: #22331 [via git-merge-pr]
This commit is contained in:
parent
e06b4ca863
commit
804773313f
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ version=1.16.2
|
|||
revision=1
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
make_check_args="${makejobs}"
|
||||
hostmakedepends="perl autoconf"
|
||||
depends="${hostmakedepends}"
|
||||
checkdepends="cscope dejagnu emacs expect flex gettext-devel glib-devel libtool perl pkg-config
|
||||
sharutils texinfo vala lzip xz zip zstd"
|
||||
make_check_args="-j$(nproc)"
|
||||
depends="${hostmakedepends}"
|
||||
short_desc="GNU Standards-compliant Makefile generator"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue