[PyQt] Another configure/linking related patch

Scott Kitterman debian at kitterman.com
Thu Jun 21 21:16:29 BST 2012


This one should have been forwarded as well.

Scott K

Index: python-qt4-4.9.2/configure.py
===================================================================
--- python-qt4-4.9.2.orig/configure.py  2012-06-21 15:56:58.711290073 -0400
+++ python-qt4-4.9.2/configure.py       2012-06-21 15:58:14.647287829 -0400
@@ -348,10 +348,10 @@

         if opts.mwg_ssl_dir:
             ass_lib_dirs = [os.path.join(opts.mwg_ssl_dir, "lib")]
-            ass_libs = ["ssleay32", "libeay32"]
+            ass_libs = ["ssleay32", "libeay32", "QtCore"]
         else:
             ass_lib_dirs = None
-            ass_libs = None
+            ass_libs = ["QtCore"]

         # Note that the order in which we check is important for the
         # consolidated module - a module's dependencies must be checked first.



More information about the PyQt mailing list