[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Apr 4 09:07:08 PDT 2013
src/check-symbols.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3b80674c50b8c3133848a4034f7106b2b9bfe224
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Apr 4 12:06:46 2013 -0400
Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64 instead
diff --git a/src/check-symbols.sh b/src/check-symbols.sh
index 4c03c13..73bfc9e 100755
--- a/src/check-symbols.sh
+++ b/src/check-symbols.sh
@@ -21,7 +21,7 @@ for def in $defs; do
lib=`echo "$def" | sed 's/[.]def$//;s at .*/@@'`
so=.libs/lib${lib}.so
- EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' T _fini\>\| T _init\>\| _fdata\>\| _ftext\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
+ EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
if test -f "$so"; then
More information about the HarfBuzz
mailing list