tags 558670 + patch
thanks

I believe that the attached patch fixes this bug.

--
Jakub Wilk
--- jppy-0.0.54.orig/SConstruct
+++ jppy-0.0.54/SConstruct
@@ -30,7 +30,7 @@
 opts.Add(PathVariable('python_includes','Path to Python.h',
                     '/usr/include/python%s' % sys.version[0:3], PathVariable.PathIsDir ))
 opts.Add(PathVariable('pisock_includes','Path to pi-socket.h','/usr/include'))
-if '64bit' == platform.architecture()[0]:
+if False: # Debian never uses /usr/lib64
      opts.Add(PathVariable('pisock_library','Path to libpisock.so','/usr/lib64'))
 else:
      opts.Add(PathVariable('pisock_library','Path to libpisock.so','/usr/lib'))

Attachment: signature.asc
Description: Digital signature

Reply via email to