From 090a50e9e1d2e55b7e2f947cbca65eb01aedbe70 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 26 Feb 2011 22:05:12 -0800 Subject: Don't explicitly define MOZ_SERVICES_SYNC=1 it's part of the default build so it gets defined anyway --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit