summaryrefslogtreecommitdiffstats
path: root/firefox.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-09-18 09:35:22 +0200
committerRemi Collet <fedora@famillecollet.com>2010-09-18 09:35:22 +0200
commit0d3f5999c41d8e2db7ecd52c4d0774d2b56481e8 (patch)
treee570504d7134d52304d18a9a79c19f122cfa5b8d /firefox.spec
parentdaf4828d4521d3160fca9a310827ebfe6221502c (diff)
nss 3.12.7 and nspr 4.8.6 now available in updates
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 255b16c..ceca976 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -114,6 +114,8 @@ BuildRequires: wireless-tools-devel
%if %{fedora} >= 15
# Requires SQLITE_SECURE_DELETE only in F-15
BuildRequires: sqlite-devel >= %{sqlite_version}
+%endif
+%if %{fedora} >= 13
BuildRequires: nss-devel >= %{nss_version}
BuildRequires: nspr-devel >= %{nspr_version}
%endif
@@ -210,6 +212,8 @@ ac_add_options --prefix="\$PREFIX"
ac_add_options --libdir="\$LIBDIR"
%if %{fedora} >= 15
ac_add_options --enable-system-sqlite
+%endif
+%if %{fedora} >= 13
ac_add_options --with-system-nss
ac_add_options --with-system-nspr
%endif