[Xfce4-commits] [xfce/libxfce4ui] 01/07: Run nm on libxfce4ui-1.so* as with OpenBSD's libtool it's versionned 0.0 at that point
noreply at xfce.org
noreply at xfce.org
Sun Jun 5 12:24:20 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 5db414619b59834d0ba0f24c50e0fff2effecc22
Author: Landry Breuil <landry at rhaalovely.net>
Date: Wed Apr 18 22:11:54 2012 +0200
Run nm on libxfce4ui-1.so* as with OpenBSD's libtool it's versionned 0.0 at that point
---
libxfce4ui/abicheck.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4ui/abicheck.sh b/libxfce4ui/abicheck.sh
index ae34219..a417af2 100755
--- a/libxfce4ui/abicheck.sh
+++ b/libxfce4ui/abicheck.sh
@@ -20,5 +20,5 @@
trap 'rm expected-abi actual-abi' EXIT
${CPP:-cpp} -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/libxfce4ui.symbols | sed 's/ G_GNUC.*$//;s/ PRIVATE//;/^ *$/d;/^#/d' | sort >expected-abi
-${NM:-nm} .libs/libxfce4ui-1.so | awk '/ [DRTG] / {print $3}' | sort >actual-abi
+${NM:-nm} .libs/libxfce4ui-1.so* | awk '/ [DRTG] / {print $3}' | sort >actual-abi
diff -u expected-abi actual-abi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list