libevent: fix sslSupport = false
This commit is contained in:
parent
40f8d8b256
commit
6ba4923099
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
];
|
||||
|
||||
configureFlags = lib.optional (!sslSupport) "--disable-openssl";
|
||||
|
||||
preConfigure = lib.optionalString (lib.versionAtLeast stdenv.hostPlatform.darwinMinVersion "11") ''
|
||||
MACOSX_DEPLOYMENT_TARGET=10.16
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue