Package: cpu
Severity: important
Version: 1.4.3-11
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD,
because of ancient libtool (1.4.3).

The version of libtool used in cpu is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.

It would be nice if you can ask upstream to update libtool
in their next release.

Please use patch bellow in mean time.
After applying rerun of autoconf is needed.

Thanks in advance

                         Petr

--- aclocal.m4~ 2008-08-04 12:28:13.000000000 +0000
+++ aclocal.m4  2008-08-04 12:28:13.000000000 +0000
@@ -2969,7 +2969,7 @@
   ;;

 # This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -4208,7 +4208,7 @@
   ;;

 # This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
   case $host_cpu in
   alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | s390* | 
x86_64*)
     lt_cv_deplibs_check_method=pass_all ;;




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to