mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=seamonkey
|
||||||
pkgver=2.40
|
pkgver=2.40
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="SeaMonkey internet suite"
|
pkgdesc="SeaMonkey internet suite"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MPL')
|
license=('MPL')
|
||||||
|
@ -65,6 +65,10 @@ build() {
|
||||||
unset MAKEFLAGS
|
unset MAKEFLAGS
|
||||||
unset CPPFLAGS
|
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
|
make -j1 -f client.mk build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue