MozillaFirefox/MozillaFirefox.spec
branchfirefox76
changeset 1126 6b7cd9ae087d
parent 1125 3fd9346c90a6
child 1127 d5b284f833d5
equal deleted inserted replaced
1125:3fd9346c90a6 1126:6b7cd9ae087d
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major          76
    21 %define major          76
    22 %define mainver        %major.0
    22 %define mainver        %major.0.1
    23 %define orig_version   76.0
    23 %define orig_version   76.0.1
    24 %define orig_suffix    %{nil}
    24 %define orig_suffix    %{nil}
    25 %define update_channel release
    25 %define update_channel release
    26 %define branding       1
    26 %define branding       1
    27 %define devpkg         1
    27 %define devpkg         1
    28 
    28 
   380 echo "export LDFLAGS=\"$LDFLAGS\""
   380 echo "export LDFLAGS=\"$LDFLAGS\""
   381 echo "export RUSTFLAGS=\"$RUSTFLAGS\""
   381 echo "export RUSTFLAGS=\"$RUSTFLAGS\""
   382 echo ""
   382 echo ""
   383 cat << EOF
   383 cat << EOF
   384 %else
   384 %else
       
   385 %ifarch ppc64 ppc64le
       
   386 %limit_build -m 2500
       
   387 %else
   385 %limit_build -m 2000
   388 %limit_build -m 2000
       
   389 %endif
   386 cat << EOF > $MOZCONFIG
   390 cat << EOF > $MOZCONFIG
   387 %endif
   391 %endif
   388 mk_add_options MOZILLA_OFFICIAL=1
   392 mk_add_options MOZILLA_OFFICIAL=1
   389 mk_add_options BUILD_OFFICIAL=1
   393 mk_add_options BUILD_OFFICIAL=1
   390 mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
   394 mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}