Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > ccb818bae305fe1442d50fa60b138b4b > files > 1

dega-sdl-1.12-1plf2008.1.src.rpm

--- dega-1.07/doze/dam.cpp~	2006-11-13 06:42:57.000000000 +0100
+++ dega-1.07/doze/dam.cpp	2006-11-13 06:42:57.000000000 +0100
@@ -227,6 +227,9 @@
 
   DamJumpTab(); // Jump table
   DamTables();  // Other tables
+  ot("%%ifidn __OUTPUT_FORMAT__,elf\n");
+  ot("section .note.GNU-stack noalloc noexec nowrite progbits\n");
+  ot("%%endif\n");
   return 0;
 }