[Xfce4-commits] <libxfce4util:master> Fix ABI check on ppc (bug #7004).
Nick Schermer
noreply at xfce.org
Tue Dec 21 21:48:01 CET 2010
Updating branch refs/heads/master
to d9b50aab587e4514696396a693fb6d10cc7cdcb0 (commit)
from 62eea44ea666d0b5e748bd777c99a326e73b6601 (commit)
commit d9b50aab587e4514696396a693fb6d10cc7cdcb0
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 21 21:46:02 2010 +0100
Fix ABI check on ppc (bug #7004).
libxfce4util/abicheck.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4util/abicheck.sh b/libxfce4util/abicheck.sh
index 9f0f504..79fa83f 100755
--- a/libxfce4util/abicheck.sh
+++ b/libxfce4util/abicheck.sh
@@ -20,5 +20,5 @@
#
cpp -P -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/libxfce4util.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE//' | sort > expected-abi
-nm -D .libs/libxfce4util.so | grep " T\|R " | cut -d ' ' -f 3 | grep -v '^_.*' | sort > actual-abi
+nm -D .libs/libxfce4util.so | grep " T\|R\|G " | cut -d ' ' -f 3 | grep -v '^_.*' | grep -v '^ *$' | sort > actual-abi
diff -u expected-abi actual-abi && rm expected-abi actual-abi
More information about the Xfce4-commits
mailing list