]> git.pld-linux.org Git - packages/amarok.git/blobdiff - amarok.spec
- compile with full mysql instead of embedded crap which is not working at the moment
[packages/amarok.git] / amarok.spec
index 23e47303112aefa5a00c1b1f8e3ac83130ff211a..c7118111f167cc3f3af67996ac53260d2c18b41a 100644 (file)
@@ -1,5 +1,7 @@
+#
 # 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
@@ -31,7 +33,7 @@ BuildRequires:        libmtp-devel >= 0.3.0
 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
@@ -112,6 +114,7 @@ Więcej o skryptach w amaroKu można dowiedzieć się stąd:
 install -d build
 cd build
 %cmake \
+       -DWITH_MYSQL_EMBEDDED=OFF \
        ../
 
 %{__make}
This page took 0.029512 seconds and 4 git commands to generate.