mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
11 lines
376 B
Diff
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:
|