libev: fix cygwin build
This commit is contained in:
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = lib.optional static "LDFLAGS=-static";
|
||||
|
||||
makeFlags =
|
||||
# doing this in configureFlags causes configure to fail
|
||||
lib.optional (!static && stdenv.hostPlatform.isCygwin) "LDFLAGS=-no-undefined";
|
||||
|
||||
meta = {
|
||||
description = "High-performance event loop/event model with lots of features";
|
||||
maintainers = [ lib.maintainers.raskin ];
|
||||
|
||||
Reference in New Issue
Block a user