Explorar el Código

libstdc++ and HURD. Closes: #92025
Author: jgg
Date: 2001-04-29 05:30:40 GMT
libstdc++ and HURD. Closes: #92025

Arch Librarian hace 22 años
padre
commit
fdba65036a
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      buildlib/tools.m4
  2. 1 0
      debian/changelog

+ 1 - 1
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
 

+ 1 - 0
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