diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-06 12:26:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-06 12:26:31 -0700 |
commit | 4ce93b1352da4218d74e5f6fc1b7c9a9abca17f9 (patch) | |
tree | 6786b0c6b848779e1bc2b863c529e424e0f1fcd2 /PKGBUILD | |
parent | Reorganize mozconfig.in (diff) | |
download | palemoon-4ce93b1352da4218d74e5f6fc1b7c9a9abca17f9.tar.xz |
Rebuild with -fPIC
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ pkgname=palemoon pkgver=28.7.0 -pkgrel=1 +pkgrel=1.2 pkgdesc="Open source web browser based on Firefox focusing on efficiency." arch=(x86_64 i686) license=(MPL GPL LGPL) @@ -46,8 +46,8 @@ build() { export MOZBUILD_STATE_PATH="$srcdir/mozbuild" export MOZCONFIG="$srcdir/mozconfig" - export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4" - export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4" + export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" + export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC" python2 mach build } |