chrony: drop nss and use libtomcrypt instead for the benefit of cross builds.
This commit is contained in:
parent
9a389e839f
commit
7feb6df81e
2 changed files with 4 additions and 3 deletions
|
@ -1143,7 +1143,7 @@ libqrencode.so.3 libqrencode-3.4.1_1
|
|||
libwayland-server.so.0 wayland-1.0.0_1
|
||||
libwayland-client.so.0 wayland-1.0.0_1
|
||||
libwayland-cursor.so.0 wayland-1.0.0_1
|
||||
libtomcrypt.so.0 libtomcrypt-1.117_1
|
||||
libtomcrypt.so.0 libtomcrypt-1.17_1
|
||||
libOpenCL.so.1 libOpenCL-1.0_1
|
||||
libHX.so.28 libHX-3.14_1
|
||||
libxkbcommon.so.0 libxkbcommon-0.2.0_1
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'chrony'
|
||||
pkgname=chrony
|
||||
version=1.28
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="nss-devel libcap-devel readline-devel"
|
||||
makedepends="libtomcrypt-devel libcap-devel readline-devel"
|
||||
short_desc="Sets your computer's clock from time servers on the Net"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in a new issue