mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Better than force flags to generic, added disable-elf-hack to ac_add_options, thanks to sp1d3rmxn
This commit is contained in:
parent
8042f1b9fa
commit
3e48c60f73
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = icecat
|
||||
pkgdesc = GNU version of the Firefox browser.
|
||||
pkgver = 68.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.gnu.org/software/gnuzilla/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -9,7 +9,7 @@ pkgname=icecat
|
|||
pkgver=68.3.0
|
||||
a_pkgver=( ${pkgver//./ } )
|
||||
#_pkgver=6634ee332979f7a78b11cbf09a77364143a981ed
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_gnu=-gnu1
|
||||
pkgdesc="GNU version of the Firefox browser."
|
||||
arch=(x86_64)
|
||||
|
|
@ -98,6 +98,7 @@ ac_add_options --enable-release
|
|||
ac_add_options --enable-hardening
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --enable-rust-simd
|
||||
ac_add_options --disable-elf-hack
|
||||
export CC='clang --target=x86_64-unknown-linux-gnu'
|
||||
export CXX='clang++ --target=x86_64-unknown-linux-gnu'
|
||||
export AR=llvm-ar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue