iputils: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:06 +01:00
parent 82e478a014
commit 331e0bf16e

View file

@ -6,7 +6,7 @@ build_style=meson
configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false
-DBUILD_TFTPD=false -DBUILD_NINFOD=false"
hostmakedepends="pkg-config docbook2x docbook-xsl-ns"
makedepends="libcap-devel libressl-devel"
makedepends="libcap-devel openssl-devel"
depends="libcap-progs"
short_desc="Useful utilities for Linux networking (including ping)"
maintainer="Enno Boland <gottox@voidlinux.org>"