extra/thunderbird: fix

This commit is contained in:
Kevin Mihelich 2018-08-20 12:40:39 +00:00
parent 9da2550783
commit fb3a025d3f

View file

@ -95,10 +95,6 @@ ac_add_options --disable-crashreporter
ac_add_options --disable-updater
END
cd comm
# https://bugzilla.mozilla.org/show_bug.cgi?id=1482248
patch -p1 -i "$srcdir/bz1482248.patch"
if [[ $CARCH == "armv7h" ]]; then
echo "ac_add_options --disable-elf-hack" >> .mozconfig
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
@ -108,6 +104,10 @@ END
patch -Rp1 -i ../537f4d1d837a
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
cd comm
# https://bugzilla.mozilla.org/show_bug.cgi?id=1482248
patch -p1 -i "$srcdir/bz1482248.patch"
}
build() {