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.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to