diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-01 13:57:20 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-01 13:57:20 -0400 |
commit | 90c049156d5a987975b3f9a9f96b4e139f8276b7 (patch) | |
tree | fee2e635c5ca2905a94354ab8f94ad9bcf7cf70f /waterfox/debian/mozconfig | |
parent | waterfox 56.2.11 dpkg rc1 (diff) | |
download | stackrpms-90c049156d5a987975b3f9a9f96b4e139f8276b7.tar.gz stackrpms-90c049156d5a987975b3f9a9f96b4e139f8276b7.tar.bz2 stackrpms-90c049156d5a987975b3f9a9f96b4e139f8276b7.zip |
waterfox 56.2.11 dpkg rc2 for obs
Diffstat (limited to 'waterfox/debian/mozconfig')
-rw-r--r-- | waterfox/debian/mozconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig index ab7112d..6448a69 100644 --- a/waterfox/debian/mozconfig +++ b/waterfox/debian/mozconfig @@ -26,7 +26,8 @@ ac_add_options --disable-updater ac_add_options --enable-release -if ! test `lsb_release -sc` = "stretch" && ! test `lsb_release -sc` = "jessie"; then +# this line works for OBS, but not on private infrastructure. +if ! test `lsb_release -sc` = "stretch" && ! test `lsb_release -sc` = "jessie" && ! test `lsb_release -sc` = "buster"; then ac_add_options --enable-rust-simd # on x86 requires SSE2 fi |