packages: amarok/amarok.spec - compile with full mysql instead of embedded ...

lisu lisu at pld-linux.org
Tue Apr 5 16:15:41 CEST 2011


Author: lisu                         Date: Tue Apr  5 14:15:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- compile with full mysql instead of embedded crap which is not working at the moment

---- Files affected:
packages/amarok:
   amarok.spec (1.240 -> 1.241) 

---- Diffs:

================================================================
Index: packages/amarok/amarok.spec
diff -u packages/amarok/amarok.spec:1.240 packages/amarok/amarok.spec:1.241
--- packages/amarok/amarok.spec:1.240	Thu Mar 31 20:13:44 2011
+++ packages/amarok/amarok.spec	Tue Apr  5 16:15:35 2011
@@ -1,6 +1,8 @@
 # $Revision$, $Date$
+#
 # TODO
-# - try not to link with static mysql
+# - use mysql-embedded in the future and try not to link with static mysqld lib
+#
 
 %define		state	stable
 %define		qtver	4.7.1
@@ -32,7 +34,7 @@
 BuildRequires:	libofa-devel
 BuildRequires:	libwrap-devel
 BuildRequires:	loudmouth-devel
-BuildRequires:	mysql-devel >= 5.1.31-3
+#BuildRequires:	mysql-devel >= 5.1.31-3
 BuildRequires:	pcre-devel
 BuildRequires:	pkgconfig
 BuildRequires:	qca-devel
@@ -113,6 +115,7 @@
 install -d build
 cd build
 %cmake \
+	-DWITH_MYSQL_EMBEDDED=OFF \
 	../
 
 %{__make}
@@ -308,6 +311,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.241  2011/04/05 14:15:35  lisu
+- compile with full mysql instead of embedded crap which is not working at the moment
+
 Revision 1.240  2011/03/31 18:13:44  arekm
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amarok/amarok.spec?r1=1.240&r2=1.241&f=u



More information about the pld-cvs-commit mailing list