liquidwar-5.6.4-exec-stack.patch 430 B

12345678910111213141516171819202122232425262728
  1. --- src/glouglou.s
  2. +++ src/glouglou.s
  3. @@ -240,3 +240,6 @@
  4. ret
  5. +#ifdef __ELF__
  6. +.section .note.GNU-stack,"",%progbits
  7. +#endif
  8. --- src/monster.s
  9. +++ src/monster.s
  10. @@ -972,3 +972,6 @@
  11. ret # retour au c
  12. +#ifdef __ELF__
  13. +.section .note.GNU-stack,"",%progbits
  14. +#endif
  15. --- src/spread.s
  16. +++ src/spread.s
  17. @@ -957,3 +957,6 @@
  18. +#ifdef __ELF__
  19. +.section .note.GNU-stack,"",%progbits
  20. +#endif