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