SPECS: unixODBC.spec - fixed build in presence of qt4 headers

qboosh qboosh at pld-linux.org
Fri Nov 24 20:25:07 CET 2006


Author: qboosh                       Date: Fri Nov 24 19:25:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build in presence of qt4 headers

---- Files affected:
SPECS:
   unixODBC.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SPECS/unixODBC.spec
diff -u SPECS/unixODBC.spec:1.99 SPECS/unixODBC.spec:1.100
--- SPECS/unixODBC.spec:1.99	Fri Nov 24 18:31:37 2006
+++ SPECS/unixODBC.spec	Fri Nov 24 20:25:01 2006
@@ -147,14 +147,14 @@
 %configure \
 %if %{with qt}
 	--enable-gui \
+	--with-qt-includes=/usr/include/qt \
 	--with-qt-libraries=%{_libdir} \
 %else
 	--disable-gui \
 %endif
-	--enable-threads \
 	--enable-drivers \
-	--enable-shared \
 	--enable-static \
+	--enable-threads \
 	--x-includes=/usr/include
 
 %{__make}
@@ -314,6 +314,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2006/11/24 19:25:01  qboosh
+- fixed build in presence of qt4 headers
+
 Revision 1.99  2006/11/24 17:31:37  qboosh
 - updated to 2.2.12
 - updated libltdl-shared,flex,gODBCConfig,symbols patches
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unixODBC.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list