Description: Disable static linking with libffi
Forwarded: not-needed
Last-Update: 2013-02-23
Author: Stefano Rivera <stefanor@debian.org>

--- a/rpython/translator/platform/linux.py
+++ b/rpython/translator/platform/linux.py
@@ -33,6 +33,8 @@
                                 ['/usr/lib/libffi'])
 
     def library_dirs_for_libffi_a(self):
+        # Debain: Let's not use a static library
+        return []
         # places where we need to look for libffi.a
         # XXX obscuuure!  only look for libffi.a if run with translate.py
         if 'translate' in sys.modules:
