PyKDE's configure.py script needs some tweaking to work properly on an
AMD64 machine.  This patch adds a -L option, which specifies the name of
the library directory to use (on 32-bit machines it's lib, but on 64-bit
machines it should be lib64).

I'm testing a patch against Rex's spec file to use this properly, but it
will take a little while to build.

        <b
--- PyKDE.spec.orig	2004-10-06 14:00:25.477491000 -0700
+++ PyKDE.spec	2004-10-06 14:00:26.467740000 -0700
@@ -80,7 +80,7 @@
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 
-/usr/bin/python2 configure.py
+/usr/bin/python2 configure.py -L %{_lib}
 
 # Do what we can with smp
 make %{?_smp_mflags} || make
_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to