forked from mirrors/nixpkgs
opencascade_6_5: turn off format hardening
This commit is contained in:
parent
242b8aba7c
commit
7ebac5576a
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
# https://bugs.freedesktop.org/show_bug.cgi?id=83631
|
||||
+ " -DGLX_GLXEXT_LEGACY";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configureFlags = [ "--with-tcl=${tcl}/lib" "--with-tk=${tk}/lib" "--with-qt=${qt4}" "--with-ftgl=${ftgl}" "--with-freetype=${freetype}" ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue