Index: google.patch |
=================================================================== |
--- google.patch (revision 97297) |
+++ google.patch (working copy) |
@@ -1935,3 +1935,17 @@ |
METHODDEF(boolean) |
decode_mcu (j_decompress_ptr cinfo, JBLOCKROW *MCU_data) |
+Index: simd/jsimdext.inc |
+=================================================================== |
+--- simd/jsimdext.inc (revision 97297) |
++++ simd/jsimdext.inc (working copy) |
+@@ -73,6 +73,9 @@ |
+ ; * *BSD family Unix using elf format |
+ ; * Unix System V, including Solaris x86, UnixWare and SCO Unix |
+ |
++; PIC is the default on Linux |
++%define PIC |
++ |
+ ; mark stack as non-executable |
+ section .note.GNU-stack noalloc noexec nowrite progbits |
+ |