[Xfce4-commits] <xfce4-panel:master> Fix ABI check on ppc (bug #7009).
Nick Schermer
noreply at xfce.org
Tue Dec 21 21:52:02 CET 2010
Updating branch refs/heads/master
to e2f40fa462202675cf6efa951802bdb532e9075f (commit)
from 642a43dbe82a81ed02dbddc37584b9eec40fa3af (commit)
commit e2f40fa462202675cf6efa951802bdb532e9075f
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 21 21:48:34 2010 +0100
Fix ABI check on ppc (bug #7009).
libxfce4panel/abicheck.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4panel/abicheck.sh b/libxfce4panel/abicheck.sh
index 43365b2..5812c82 100755
--- a/libxfce4panel/abicheck.sh
+++ b/libxfce4panel/abicheck.sh
@@ -19,5 +19,5 @@
#
cpp -P -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/libxfce4panel.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE//' | sort > expected-abi
-nm -D .libs/libxfce4panel-1.0.so | grep " T\|R " | cut -d ' ' -f 3 | grep -v '^_.*' | sort > actual-abi
+nm -D .libs/libxfce4panel-1.0.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