summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-11 19:47:23 -0400
committerB Stack <bgstack15@gmail.com>2019-07-11 19:47:23 -0400
commit105ea2e33beffdac41315c65c6e944e357eb9641 (patch)
tree006a5f302ad9cb5fd1d66527fb1af8e9381e7348 /waterfox/waterfox.spec
parentWIP: try with_clang=1 for rpm (diff)
downloadstackrpms-105ea2e33beffdac41315c65c6e944e357eb9641.tar.gz
stackrpms-105ea2e33beffdac41315c65c6e944e357eb9641.tar.bz2
stackrpms-105ea2e33beffdac41315c65c6e944e357eb9641.zip
WIP: try snapshot again and clang_0
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec4
1 files changed, 2 insertions, 2 deletions
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
bgstack15