Patch #926209: Patch to setup.py to run on x86_64 Linux.
diff --git a/Misc/NEWS b/Misc/NEWS
index 304c3be..ffc21d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -485,6 +485,9 @@
 Build
 -----
 
+- In order to find libraries, setup.py now also looks in /lib64, for use
+  on AMD64.
+
 - Bug #934635: Fixed a bug where the configure script couldn't detect
   getaddrinfo() properly if the KAME stack had SCTP support.