ssh: disble internal security key support in generated config.h
We want to set ENABLE_SK_INTERNAL only when building with USB support. We'll leave it off in config.h and enble it via our bespoke build's Makefile.inc. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9400fe9cf8
commit
87152f3405
@ -12,6 +12,7 @@ configure_args="
|
||||
--with-libedit
|
||||
--with-ssl-engine
|
||||
--without-xauth
|
||||
--without-security-key-internal
|
||||
"
|
||||
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user