mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/seamonkey to 2.40-3
This commit is contained in:
parent
f65af275f3
commit
1beb99b23b
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=seamonkey
|
||||
pkgver=2.40
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="SeaMonkey internet suite"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL')
|
||||
|
@ -65,6 +65,10 @@ build() {
|
|||
unset MAKEFLAGS
|
||||
unset CPPFLAGS
|
||||
|
||||
# GCC 6
|
||||
CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
||||
CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
|
||||
|
||||
make -j1 -f client.mk build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue