diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-31 19:14:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-31 19:14:41 +0200 |
commit | e94391efae075d455b6139295080247a12183224 (patch) | |
tree | 29a679709751cff6a72641bd50511656afae8dcf | |
parent | 8660e05d124f367b73ac21c5877abedf256584df (diff) |
use system sqlite in F-11
-rw-r--r-- | firefox.spec | 4 |
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 |