From efb5710980aa54725e14cbea3f7a6a5d8a4ae25c Mon Sep 17 00:00:00 2001 From: lisu Date: Tue, 5 Apr 2011 14:15:35 +0000 Subject: [PATCH] - compile with full mysql instead of embedded crap which is not working at the moment Changed files: amarok.spec -> 1.241 --- amarok.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/amarok.spec b/amarok.spec index 23e4730..c711811 100644 --- a/amarok.spec +++ b/amarok.spec @@ -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} -- 2.44.0