lzo/lzo-1.08-noexecstack.patch
Hans de Goede 30191b4e06 - Taking over as maintainer since Anvil has other priorities
- Add a patch to fix asm detection on i386 (bug 145882, 145893). Thanks to
    Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> for the initial
    patch.
- Removed unused build dependency on nasm
- Remove static lib
- Cleanup %doc a bit
2006-07-25 20:02:26 +00:00

12 lines
232 B
Diff

--- lzo-1.08/src/i386/src/leave.sh~ 2006-07-24 17:47:49.000000000 +0200
+++ lzo-1.08/src/i386/src/leave.sh 2006-07-24 17:47:49.000000000 +0200
@@ -94,6 +94,8 @@
.L_end:
+.section .note.GNU-stack,"",@progbits
+
/*
vi:ts=4
*/