Hi,

Steve Langasek, le Thu 28 Jun 2007 09:09:58 -0700, a écrit :
> I've just refreshed unixodbc to use the latest Debian libtool for other
> reasons, and it appears that this option is now supported on kfreebsd-gnu
> but not yet supported on hurd.

Gaah, indeed it got patched kfreebsd but not gnu/hurd. Here is a patch
against the kbsd patch.

On the other hand, the experimental version 2.1a of libtool is fixed
concerning this issue.

Samuel
--- libtool-1.5.22/debian/patches/kbsd.dpatch.orig      2007-06-28 
18:44:27.000000000 +0200
+++ libtool-1.5.22/debian/patches/kbsd.dpatch   2007-06-28 18:44:36.000000000 
+0200
@@ -133,7 +133,7 @@
        ;;
  
 -    linux*)
-+    linux* | k*bsd*-gnu)
++    linux* | k*bsd*-gnu | gnu*)
        if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
        tmp_addflag=
        case $cc_basename,$host_cpu in

Reply via email to