aboutsummaryrefslogtreecommitdiffstats
path: root/main/a52dec/fix-globals-test-x86-pie.patch
blob: da227a139713374ce4aa39adaa0aa5e1920762b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a52dec-0.7.4.orig/test/globals
+++ a52dec-0.7.4/test/globals
@@ -13,7 +13,7 @@
 builddir=`cd $builddir;pwd`
 
 bad_globals=`nm -g --defined-only $builddir/../liba52/*.o|\
-    awk '{if ($3) print $3}'|grep -v '^_\?a52_'`
+    awk '{if ($3) print $3}'|grep -v '^_\?a52_'`|grep -v '^__x86.get_pc_thunk.'
 
 if test x"$bad_globals" != x""; then
     echo BAD GLOBAL SYMBOLS: