1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/a52dec/fix-globals-test-x86-pie.patch
2021-08-06 13:21:46 +00:00

11 lines
376 B
Diff

--- 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: