From 105ea2e33beffdac41315c65c6e944e357eb9641 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 11 Jul 2019 19:47:23 -0400 Subject: WIP: try snapshot again and clang_0 --- waterfox/waterfox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'waterfox/waterfox.spec') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 2ce00f7..d9c7e35 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -1,7 +1,7 @@ %global commit 1bc2fb60abf0fa173b69ca94f660115d76f09f4f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global date 20190709 -%global with_snapshot 0 +%global with_snapshot 1 %global freebsd_rev 480450 %global freebsd_root %{name}-FreeBSD-patches-r%{freebsd_rev} @@ -40,7 +40,7 @@ ExcludeArch: armv7hl %global hardened_build 1 -%global build_with_clang 1 +%global build_with_clang 0 %ifnarch %{ix86} ppc64 s390x %global build_with_pgo 1 %endif -- cgit