Don't explicitly define MOZ_SERVICES_SYNC=1

it's part of the default build so it gets defined anyway
This commit is contained in:
Christopher Aillon 2011-02-26 22:05:12 -08:00
parent a290d3e115
commit 090a50e9e1

View File

@ -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}