qt3: turn off format hardening
This commit is contained in:
parent
e558a7f252
commit
7c7d9c10ac
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ stdenv.mkDerivation {
|
|||
nativeBuildInputs = [ which ];
|
||||
propagatedBuildInputs = [libpng xlibsWrapper libXft libXrender zlib libjpeg];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configureFlags = "
|
||||
-v
|
||||
-system-zlib -system-libpng -system-libjpeg
|
||||
|
|
Loading…
Reference in a new issue