Package: gmime
Version: 0.6.0-3
Severity: normal
Tags: patch

When building 'gmime' on ppc64/unstable,
I get the following error:

# move files to where they supposedly belong
dh_movefiles
dh_movefiles: debian/tmp/usr/lib/libgmime.so not found (supposed to put it in 
libgmime0-dev)
make: *** [binary-arch] Error 1

With the attached patch 'gmime' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gmime-0.6.0/ltconfig ./ltconfig
--- ../tmp-orig/gmime-0.6.0/ltconfig    2001-07-23 00:22:29.000000000 +0000
+++ ./ltconfig  2005-07-27 14:55:38.000000000 +0000
@@ -1999,7 +1999,7 @@
   else
     # Only the GNU ld.so supports shared libraries on MkLinux.
     case "$host_cpu" in
-    powerpc*) dynamic_linker=no ;;
+    powerpc) dynamic_linker=no ;;
     *) dynamic_linker='Linux ld.so' ;;
     esac
   fi


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

Reply via email to