mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Removed use-ssl option as it does not make sense to disable SSL. Also added default overlay
updated INSTALL.md with flake overlay
This commit is contained in:
parent
85eeaabe28
commit
b4ed20677c
2 changed files with 5 additions and 16 deletions
|
|
@ -1,14 +1,9 @@
|
|||
{
|
||||
use-ssl ? true,
|
||||
gnu-system ? true,
|
||||
set-proc-title ? true,
|
||||
pkgs,
|
||||
}: let
|
||||
optflags = "${
|
||||
if use-ssl
|
||||
then "-DUSE_SSL"
|
||||
else ""
|
||||
} ${
|
||||
optflags = "-DUSE_SSL ${
|
||||
if gnu-system
|
||||
then "-DHAVE_GETOPT_LONG"
|
||||
else ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue