mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/seamonkey: fix
This commit is contained in:
parent
cb810afb70
commit
0a7c5c7774
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ prepare() {
|
|||
ac_add_options --disable-webrtc
|
||||
EOF
|
||||
|
||||
[[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
echo "ac_add_options --disable-elf-hack" >> .mozconfig
|
||||
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
patch -p2 -i "${srcdir}"/xulrunner-27.0-build-arm.patch
|
||||
patch -p1 -i "${srcdir}"/bug-1163171.patch
|
||||
|
|
Loading…
Reference in a new issue