diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-06 22:55:42 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-06 22:55:42 +0000 |
commit | ff7ef50a0181c00016c5408779f382d2b2260e0a (patch) | |
tree | 09765f4a5a89750127813013a72de6606bdaf983 /waterfox/debian/mozconfig | |
parent | Merge branch 'obs' into 'master' (diff) | |
parent | disable install-dir for wf (diff) | |
download | stackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.tar.gz stackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.tar.bz2 stackrpms-ff7ef50a0181c00016c5408779f382d2b2260e0a.zip |
Merge branch 'waterfox-bump' into 'master'
Waterfox 56.2.11 and also in OBS
See merge request bgstack15/stackrpms!70
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 |