python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / qimageblitz / qimageblitz-9999-exec-stack.patch
blob8692c240f7bb70783066fbd3862b9595fa7ba273
1 diff -uar qimageblitz/blitz/asm_scale.S qimageblitz~/blitz/asm_scale.S
2 --- qimageblitz-orig/blitz/asm_scale.S 2007-10-17 01:17:57.000000000 +0200
3 +++ qimageblitz/blitz/asm_scale.S 2007-10-17 01:19:12.000000000 +0200
4 @@ -814,3 +814,7 @@
5 SIZE(qimageScale_mmx_AARGBA)
7 #endif
8 +#if defined(__linux__) && defined(__ELF__)
9 +.section .note.GNU-stack,"",%progbits
10 +#endif