qtpfsgui: disable format hardening
This commit is contained in:
parent
2fbbd71861
commit
8edbf1cb03
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ qt4 exiv2 openexr fftwSinglePrec libtiff ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configurePhase = ''
|
||||
export CPATH="${ilmbase}/include/OpenEXR:$CPATH"
|
||||
qmake PREFIX=$out EXIV2PATH=${exiv2}/include/exiv2 \
|
||||
|
Loading…
Reference in New Issue
Block a user