DescriptionCompile libvpx code as PIC for all Linux targets
TEXTRELs (i.e. non-PIC code in a DSO or PIE such as chrome) are a bad
bad thing on Linux. As of M16 we managed to get rid of all of them
(except for libffmpegsumo.so, where it will take a bunch of work). In
M17 this regressed, due to the libvpx code. This makes users of Linux
distributions such as Fedora very unhappy.
It's a simple configuration change to tell libvpx to build PIC on ia32.
This gets rid of all TEXTRELs in the chrome build again.
BUG= http://code.google.com/p/chromium/issues/detail?id=109318
TEST= none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117274
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 3 (0 generated)
|