treewide: fix *Flags
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
${if static then "LDFLAGS=-static --enable-static --disable-shared" else "--enable-shared"}
|
||||
)
|
||||
'';
|
||||
makeFlags = if static then "AM_LDFLAGS=-all-static" else "";
|
||||
makeFlags = stdenv.lib.optional static "AM_LDFLAGS=-all-static";
|
||||
dontDisableStatic = static;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user