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:
parent
a290d3e115
commit
090a50e9e1
@ -146,7 +146,7 @@ MOZ_SMP_FLAGS=-j1
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
|
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
|
# create debuginfo for crash-stats.mozilla.com
|
||||||
%if %{include_debuginfo}
|
%if %{include_debuginfo}
|
||||||
|
Loading…
Reference in New Issue
Block a user