Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > f9f06df4e5e622b19228625340b32970 > files > 5

python-pycrypto-2.6.1-9.1.mga6.src.rpm

--- setup.py.orig	2012-05-24 14:55:30.000000000 +0200
+++ setup.py	2012-09-08 15:11:23.877847202 +0200
@@ -371,7 +371,7 @@
             # _fastmath (uses GNU mp library)
             Extension("Crypto.PublicKey._fastmath",
                       include_dirs=['src/','/usr/include/'],
-                      libraries=['gmp'],
+                      libraries=['gmp','m'],
                       sources=["src/_fastmath.c"]),
 
             # Hash functions