Re: To [EMAIL PROTECTED] in <[EMAIL PROTECTED]>
> I've just compiled xmms-oggre with a modified configure script that
> uses the above mentioned paragraph. It throws no further libtool
> warnings on mipsel. (Re-autoconfing with autoconf 2.59 and 2.50 was
> unsuccessful and broke the dependencies on the ogg encoder.)

Patch for the NMU below.

diff -u xmms-oggre-0.3/debian/changelog xmms-oggre-0.3/debian/changelog
--- xmms-oggre-0.3/debian/changelog
+++ xmms-oggre-0.3/debian/changelog
@@ -1,3 +1,11 @@
+xmms-oggre (0.3-1.1) unstable; urgency=low
+
+  * NMU.
+  * configure: use lt_cv_deplibs_check_method=pass_all on all architectures
+    (Closes: #331483).
+
+ -- Christoph Berg <[EMAIL PROTECTED]>  Wed, 19 Oct 2005 16:00:01 +0200
+
 xmms-oggre (0.3-1) unstable; urgency=low
 
   * Initial release. Closes: #329996
only in patch2:
unchanged:
--- xmms-oggre-0.3.orig/configure
+++ xmms-oggre-0.3/configure
@@ -3732,16 +3732,8 @@
   ;;
 
 # This must be Linux ELF.
-linux-gnu*)
-  case $host_cpu in
-  alpha* | i*86 | powerpc* | sparc* | ia64* )
-    lt_cv_deplibs_check_method=pass_all ;;
-  *)
-    # glibc up to 2.1.1 does not perform some relocations on ARM
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared 
object|dynamic lib )' ;;
-  esac
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
-  ;;
+linux*)
+  lt_cv_deplibs_check_method=pass_all ;;
 
 netbsd*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

Reply via email to