dropbear: disable wtmp when using musl (#431885)

This commit is contained in:
Jared Baur
2025-08-13 04:07:34 -07:00
committed by GitHub
+5
View File
@@ -32,6 +32,11 @@ stdenv.mkDerivation rec {
(lib.concatStringsSep " ")
];
configureFlags = lib.optionals stdenv.hostPlatform.isMusl [
"--enable-wtmp=no"
"--enable-wtmpx=no"
];
# https://www.gnu.org/software/make/manual/html_node/Libraries_002fSearch.html
preConfigure = ''
makeFlagsArray=(