mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/thunderbird: fix
This commit is contained in:
parent
9da2550783
commit
fb3a025d3f
1 changed files with 4 additions and 4 deletions
|
@ -95,10 +95,6 @@ ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
END
|
END
|
||||||
|
|
||||||
cd comm
|
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1482248
|
|
||||||
patch -p1 -i "$srcdir/bz1482248.patch"
|
|
||||||
|
|
||||||
if [[ $CARCH == "armv7h" ]]; then
|
if [[ $CARCH == "armv7h" ]]; then
|
||||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||||
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
echo 'ac_add_options --enable-optimize="-g -O2 -fno-schedule-insns"' >> .mozconfig
|
||||||
|
@ -108,6 +104,10 @@ END
|
||||||
|
|
||||||
patch -Rp1 -i ../537f4d1d837a
|
patch -Rp1 -i ../537f4d1d837a
|
||||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue