summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-02-26 22:05:12 -0800
committerChristopher Aillon <caillon@redhat.com>2011-02-27 01:54:34 -0800
commit090a50e9e1d2e55b7e2f947cbca65eb01aedbe70 (patch)
tree0b6aa50eb69dcd99eade019e07b8ecdbd383125a
parentstop shipping ghosted {compreg,xpti}.dat (diff)
downloadlibrewolf-fedora-ff-090a50e9e1d2e55b7e2f947cbca65eb01aedbe70.tar.gz
librewolf-fedora-ff-090a50e9e1d2e55b7e2f947cbca65eb01aedbe70.tar.bz2
librewolf-fedora-ff-090a50e9e1d2e55b7e2f947cbca65eb01aedbe70.zip
Don't explicitly define MOZ_SERVICES_SYNC=1
it's part of the default build so it gets defined anyway
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 7cd8202..ca797c3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -146,7 +146,7 @@ MOZ_SMP_FLAGS=-j1
%endif
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
-make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" MOZ_SERVICES_SYNC="1"
+make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
# create debuginfo for crash-stats.mozilla.com
%if %{include_debuginfo}
bgstack15