Package: kdeedu
Version: 4:3.3.2-3
Severity: normal
Tags: patch

Please do not use use 'libsuff=64' on amd64 and ppc64. Everything should
be installed in /usr/lib or /usr/X11R6/lib (not in /usr/lib64 or
/usr/X11R6/lib64) on these architectures.

Regards
Andreas Jochens

diff -urN ../../tmp-orig/kdeedu-3.3.2/admin/libtool.m4.in ./admin/libtool.m4.in
--- ../../tmp-orig/kdeedu-3.3.2/admin/libtool.m4.in     2004-04-02 
17:39:50.000000000 +0200
+++ ./admin/libtool.m4.in       2005-03-28 13:54:41.786719650 +0200
@@ -1424,7 +1424,7 @@
   libsuff=
   if test "x$LINUX_64_MODE" = x64; then
     # Some platforms are per default 64-bit, so there's no /lib64
-    if test -d /lib64; then
+    if test -d /lib64 && ! test -L /lib64; then
       libsuff=64
     fi
   fi


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

Reply via email to