mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
openntpd: depends on ca-certificates now.
This commit is contained in:
parent
8ea888740d
commit
2b28880f68
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'openntpd'
|
# Template file for 'openntpd'
|
||||||
pkgname=openntpd
|
pkgname=openntpd
|
||||||
version=5.7p4
|
version=5.7p4
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem"
|
configure_args="--with-privsep-user=$pkgname --with-cacert=/etc/ssl/certs.pem"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="libressl-devel>=2.1.4"
|
makedepends="libressl-devel>=2.1.4"
|
||||||
|
depends="ca-certificates"
|
||||||
short_desc="FREE, easy to use implementation of the Network Time Protocol"
|
short_desc="FREE, easy to use implementation of the Network Time Protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue