da85248be7
- updated to libreoffice-3.5.5.2 (3.5.2-rc2) - did some clean up OBS-URL: https://build.opensuse.org/request/show/112476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=30
18 lines
366 B
Diff
18 lines
366 B
Diff
--- crc_i386.S
|
|
+++ crc_i386.S
|
|
@@ -302,3 +302,6 @@
|
|
#endif /* i386 || _i386 || _I386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB && !CRC_TABLE_ONLY */
|
|
+
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|
|
--- match.S
|
|
+++ match.S
|
|
@@ -405,3 +405,5 @@
|
|
#endif /* i386 || _I386 || _i386 || __i386 */
|
|
|
|
#endif /* !USE_ZLIB */
|
|
+.section .note.GNU-stack, "", @progbits
|
|
+.previous
|