30191b4e06
- 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
12 lines
232 B
Diff
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
|
|
*/
|