--- Python-2.5c1/Modules/_ctypes/libffi/src/x86/sysv.S.orig 2006-09-18 06:50:02.000000000 +0100 +++ Python-2.5c1/Modules/_ctypes/libffi/src/x86/sysv.S.orig 2006-09-18 06:50:29.000000000 +0100 @@ -376,3 +376,7 @@ #endif #endif /* ifndef __x86_64__ */ + +#ifdef __ELF__ +.section .note.GNU-stack,"",%progbits +#endif