ngrep: rebuild against OpenSSL
This commit is contained in:
parent
0580bac889
commit
609c06dafa
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wrksrc="ngrep-${version/./_}"
|
|||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-pcre EXTRA_LIBS=-lpcre"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="pcre-devel libpcap-devel libressl-devel"
|
||||
makedepends="pcre-devel libpcap-devel openssl-devel"
|
||||
short_desc="Like GNU grep applied to the network layer"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue