[mingw-qt: 40/65] Use the configure argument '-dbus-linked' instead of '-dbus' as the latter generates a non-working Q

epienbro epienbro at fedoraproject.org
Tue Mar 6 21:30:07 UTC 2012


commit c1db6e13e68074a0fd43bfb32adda3b8adf7457b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Dec 23 20:22:15 2010 +0100

    Use the configure argument '-dbus-linked' instead of '-dbus' as the latter generates a non-working QtDBus library

 mingw32-qt.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qt.spec b/mingw32-qt.spec
index a20abc6..1f3f14e 100644
--- a/mingw32-qt.spec
+++ b/mingw32-qt.spec
@@ -11,7 +11,7 @@
 
 Name:           mingw32-qt
 Version:        4.7.1
-Release:        2%{?pre}%{?dist}
+Release:        3%{?pre}%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -136,7 +136,7 @@ qt_configure_args="\
     -system-sqlite \
     -iconv \
     -openssl \
-    -dbus \
+    -dbus-linked \
     -nomake demos,examples"
 
 # We have to build Qt twice, once for the release build and once for the debug build
@@ -293,6 +293,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 23 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.1-3
+- Use the configure argument '-dbus-linked' instead of '-dbus' as the
+  latter generates a non-working QtDBus library
+
 * Mon Nov 15 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.1-2
 - Add support for QtDBus
 


More information about the scm-commits mailing list