mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
fcron: rebuild for libxcrypt
This commit is contained in:
parent
aa37c5709c
commit
0769d123f9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fcron'
|
||||
pkgname=fcron
|
||||
version=3.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/fcron
|
||||
|
@ -32,6 +32,10 @@ homepage="http://fcron.free.fr"
|
|||
distfiles="$homepage/archives/$pkgname-$version.src.tar.gz"
|
||||
checksum=f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
alternatives="
|
||||
crond:crond:/etc/sv/fcron
|
||||
crond:crontab:/usr/bin/fcrontab
|
||||
|
|
Loading…
Add table
Reference in a new issue