summaryrefslogtreecommitdiffstats
path: root/firefox.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-31 19:14:41 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-31 19:14:41 +0200
commite94391efae075d455b6139295080247a12183224 (patch)
tree29a679709751cff6a72641bd50511656afae8dcf /firefox.spec
parent8660e05d124f367b73ac21c5877abedf256584df (diff)
use system sqlite in F-11
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index e640736..bf5c3ad 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,7 +101,7 @@ BuildRequires: wireless-tools-devel
%endif
# BR from Xulrunner
-%if %{fedora} >= 12
+%if %{fedora} >= 11
BuildRequires: sqlite-devel >= %{sqlite_version}
%endif
%if %{fedora} >= 11
@@ -183,7 +183,7 @@ cat <<EOF_MOZCONFIG | tee .mozconfig
#ac_add_options --with-system-png
ac_add_options --prefix="\$PREFIX"
ac_add_options --libdir="\$LIBDIR"
-%if %{fedora} >= 12
+%if %{fedora} >= 11
ac_add_options --enable-system-sqlite
%endif
%if %{fedora} >= 11