From 90c049156d5a987975b3f9a9f96b4e139f8276b7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 1 Jul 2019 13:57:20 -0400 Subject: waterfox 56.2.11 dpkg rc2 for obs --- waterfox/debian/mozconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waterfox/debian/mozconfig') 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 -- cgit