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-18 23:10:48 -04:00 committed by GitHub
parent 6d7b9a5d19
commit 2410546948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
"--enable-unicode"
"--enable-ipv6"
"--enable-eep"
"--with-openssl"
];
preConfigure = ''