treewide: Remove unnecessary --disable-static (#66759)
* freetype: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes freetype not being overridable to have static libs. * treewide: Remove unnecessary `--disable-static`. The true-by-default `dontDisableStatic` already takes care of it. Fixes these packages not being overridable to have static libs.
This commit is contained in:
committed by
Samuel Leathers
parent
98662eba0e
commit
9e78f76ade
@@ -243,7 +243,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
patchFlags = "-p0";
|
||||
|
||||
configureFlags = [ "--disable-static" "--enable-dependency-reduction" "--disable-frontend"];
|
||||
configureFlags = [ "--enable-dependency-reduction" "--disable-frontend"];
|
||||
|
||||
postConfigure = ''
|
||||
echo '#define NIX_ESCI_PREFIX "'${fwdir}'"' >> config.h
|
||||
|
||||
Reference in New Issue
Block a user