sngrep: build with SSL support

Add configure argument to build sngrep against openssl for SSL connection sniffing support
This commit is contained in:
Charles
2024-10-19 06:10:48 +03:00
committed by GitHub
parent 6d7b9a5d19
commit 2410546948
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
"--enable-unicode"
"--enable-ipv6"
"--enable-eep"
"--with-openssl"
];
preConfigure = ''