diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
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 |