summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-04-05 20:48:11 +0200
committerRemi Collet <fedora@famillecollet.com>2011-04-05 20:48:11 +0200
commit4217b1ade9f476a4ef1721823e14d2c2d41dd2e6 (patch)
tree0454e944f7ea1adfeaaf2a62a8e9156de3c97686
parent30bcadfc79c87c024190b067e6e9e9fd19237793 (diff)
mysql fix build for fedora < 9
-rw-r--r--mysql55.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql55.spec b/mysql55.spec
index a86ec73..b64918d 100644
--- a/mysql55.spec
+++ b/mysql55.spec
@@ -278,7 +278,7 @@ cmake . -DBUILD_CONFIG=mysql_release \
%endif
-DWITH_EMBEDDED_SERVER=ON \
-DWITH_READLINE=ON \
-%if 0%{?fedora} >= 6 || 0%{?rhel} >= 5
+%if 0%{?fedora} >= 9 || 0%{?rhel} >= 5
-DWITH_SSL=system \
%else
-DWITH_SSL=bundled \