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