summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildlib/tools.m42
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/buildlib/tools.m4 b/buildlib/tools.m4
index 564ca111c..cb57bb34f 100644
--- a/buildlib/tools.m4
+++ b/buildlib/tools.m4
@@ -123,7 +123,7 @@ _LIBSTDCPP_
if test "$?" = 0; then
soname=`objdump -p ./$dummy |grep NEEDED|grep libstd`
- LIBSTDCPP_VER=`echo $soname | sed -e 's/.*NEEDED.*libstdc++-libc.*-\(.*\).so.\(.*\)/\2-\1/'`
+ LIBSTDCPP_VER=`echo $soname | sed -e 's/.*NEEDED.*libstdc++\(-libc.*\(-.*\)\)\?.so.\(.*\)/\3\2/'`
fi
rm -f $dummy $dummy.cc
diff --git a/debian/changelog b/debian/changelog
index 5d10cf6d8..047b4046c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ apt (0.5.4) unstable; urgency=low
* run-parts. Closes: #94286
* 'apt-cache policy' preferences debug tool.
* Whatever. Closes: #89762
+ * libstdc++ and HURD. Closes: #92025
-- Jason Gunthorpe <jgg@debian.org> Thu, 8 Mar 2001 22:48:06 -0700