diff options
-rw-r--r-- | thunderbird.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/thunderbird.spec b/thunderbird.spec index a9b49b5..0400e3f 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -126,6 +126,9 @@ Requires: nss >= %{nss_version} %if %{fedora} >= 9 BuildRequires: lcms-devel >= %{lcms_version} %endif +%ifarch %{ix86} x86_64 +BuildRequires: wireless-tools-devel +%endif Obsoletes: thunderbird3 @@ -175,6 +178,9 @@ cat %{SOURCE10} \ %if %{fedora} < 11 | grep -v system-cairo \ %endif +%ifarch %{ix86} x86_64 + | grep -v disable-necko-wifi \ +%endif | tee .mozconfig cat <<EOF | tee -a .mozconfig |