diff options
author | Martin Stransky <stransky@redhat.com> | 2017-03-03 15:09:44 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-03-03 15:09:44 +0100 |
commit | 30f17578c94cfc2d728f3be2ceac4f08f1d7ee22 (patch) | |
tree | feb97bd2122b35b43b5150167a50bcd83f77100e | |
parent | Disable system sqlite on Fedora 25 (diff) | |
download | librewolf-fedora-ff-30f17578c94cfc2d728f3be2ceac4f08f1d7ee22.tar.gz librewolf-fedora-ff-30f17578c94cfc2d728f3be2ceac4f08f1d7ee22.tar.bz2 librewolf-fedora-ff-30f17578c94cfc2d728f3be2ceac4f08f1d7ee22.zip |
Disabled system icu
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index a3fe56f..2a28359 100644 --- a/firefox.spec +++ b/firefox.spec @@ -20,7 +20,7 @@ %endif # Use system libicu? -%if 0%{?fedora} > 23 +%if 0%{?fedora} > 27 %define system_libicu 1 %else %define system_libicu 0 |