]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- compile with full mysql instead of embedded crap which is not working at the moment
authorlisu <lisu@pld-linux.org>
Tue, 5 Apr 2011 14:15:35 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.241

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.037683 seconds and 4 git commands to generate.