mozilla-libvpx-buildfix.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Mon, 14 Jun 2010 07:11:01 +0200
changeset 87 5a0a6f0f69ab
parent 80 67e4ee440947
permissions -rw-r--r--
Minor xulrunner spec adjustments

References:
https://bugzilla.mozilla.org/show_bug.cgi?id=570932

# HG changeset patch
# Parent 513edcdd0b4fea56e9c8dd05b46cf8efca1085f7
diff --git a/media/libvpx/vpx_ports/x86_abi_support.asm b/media/libvpx/vpx_ports/x86_abi_support.asm
--- a/media/libvpx/vpx_ports/x86_abi_support.asm
+++ b/media/libvpx/vpx_ports/x86_abi_support.asm
@@ -5,16 +5,17 @@
 ;  that can be found in the LICENSE file in the root of the source
 ;  tree. An additional intellectual property rights grant can be found
 ;  in the file PATENTS.  All contributing project authors may 
 ;  be found in the AUTHORS file in the root of the source tree.
 ;
 
 
 %include "vpx_config.asm"
+%define CONFIG_PIC 0
 
 ; 32/64 bit compatibility macros
 ;
 ; In general, we make the source use 64 bit syntax, then twiddle with it using
 ; the preprocessor to get the 32 bit syntax on 32 bit platforms.
 ;
 %ifidn __OUTPUT_FORMAT__,elf32
 %define ABI_IS_32BIT 1