Author: glen                         Date: Fri May 11 22:13:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- MYSQLCLIENT_STATIC_BINDING controls whether libmysqlclient is linked or 
dlopened

---- Files affected:
packages/mysql-connector-c++:
   mysql-connector-c++.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/mysql-connector-c++/mysql-connector-c++.spec
diff -u packages/mysql-connector-c++/mysql-connector-c++.spec:1.7 
packages/mysql-connector-c++/mysql-connector-c++.spec:1.8
--- packages/mysql-connector-c++/mysql-connector-c++.spec:1.7   Sat May 12 
00:08:33 2012
+++ packages/mysql-connector-c++/mysql-connector-c++.spec       Sat May 12 
00:13:36 2012
@@ -9,7 +9,7 @@
 Name:          mysql-connector-c++
 Version:       1.1.0
 Release:       0.bzr%{bzr}.1
-License:       GPLv2 with exceptions
+License:       GPL v2 with exceptions
 Group:         Libraries
 URL:           http://forge.mysql.com/wiki/Connector_C++
 #Source0:      
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/Connector-C++/%{name}-%{version}.tar.gz
@@ -77,9 +77,10 @@
 %{__cp} -pr examples _doc_examples
 
 %build
+# MYSQLCLIENT_STATIC_BINDING controls whether libmysqlclient is linked or 
dlopened
 %cmake \
        -DMYSQLCPPCONN_BUILD_EXAMPLES:BOOL=0 \
-       %{!?with_static_libs:-DMYSQLCLIENT_STATIC_BINDING:BOOL=0}
+       -DMYSQLCLIENT_STATIC_BINDING:BOOL=1
 %{__make}
 
 %if %{with tests}
@@ -133,6 +134,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2012/05/11 22:13:36  glen
+- MYSQLCLIENT_STATIC_BINDING controls whether libmysqlclient is linked or 
dlopened
+
 Revision 1.7  2012/05/11 22:08:33  glen
 - skip building tests when not testing
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/packages/mysql-connector-c++/mysql-connector-c++.spec?r1=1.7&r2=1.8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to