mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
inetutils: rebuild for libxcrypt
This commit is contained in:
parent
be574387b6
commit
8b38681ab9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'inetutils'
|
||||
pkgname=inetutils
|
||||
version=2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-wrap --with-pam"
|
||||
makedepends="pam-devel readline-devel"
|
||||
|
@ -23,6 +23,10 @@ CFLAGS="-fcommon"
|
|||
# hostname test can't run in CI
|
||||
make_check=ci-skip
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
# Some packages don't build on musl, so explicitly disable them
|
||||
|
|
Loading…
Add table
Reference in a new issue