Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -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) 6 7 #endif 8+#if defined(__linux__) && defined(__ELF__) 9+.section .note.GNU-stack,"",%progbits 10+#endif 11+