diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-02-26 22:05:12 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-02-27 01:54:34 -0800 |
commit | 090a50e9e1d2e55b7e2f947cbca65eb01aedbe70 (patch) | |
tree | 0b6aa50eb69dcd99eade019e07b8ecdbd383125a /firefox.spec | |
parent | stop shipping ghosted {compreg,xpti}.dat (diff) | |
download | librewolf-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
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
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} |