mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chrony: enable PPS support.
This commit is contained in:
parent
26883cc726
commit
14a46a051c
1 changed files with 3 additions and 2 deletions
|
@ -2,12 +2,13 @@
|
||||||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=4.4
|
version=4.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-nss --enable-scfilter
|
configure_args="--without-nss --enable-scfilter
|
||||||
--with-sendmail=/usr/bin/sendmail"
|
--with-sendmail=/usr/bin/sendmail"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcap-devel libedit-devel libseccomp-devel nettle-devel gnutls-devel"
|
makedepends="gnutls-devel libcap-devel libedit-devel libseccomp-devel
|
||||||
|
nettle-devel pps-tools-devel"
|
||||||
conf_files="/etc/chrony.conf"
|
conf_files="/etc/chrony.conf"
|
||||||
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
short_desc="Versatile implementation of the Network Time Protocol (NTP)"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue