meshlab: turn off format hardening
This commit is contained in:
parent
af07fd6e1b
commit
136562adab
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches = [ ./include-unistd.diff ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p "$out/include"
|
||||
cp -r vcglib "$out/include"
|
||||
|
|
Loading…
Reference in a new issue