Override options lto for building
https://aur.archlinux.org/packages/fish-git#comment-903328
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = fish-git
|
||||
pkgdesc = User friendly shell intended mostly for interactive use.
|
||||
pkgver = 3.6.0.r217.g59fe124c4
|
||||
pkgver = 3.6.0.r228.g3b60bc1de
|
||||
pkgrel = 1
|
||||
epoch = 2
|
||||
url = http://fishshell.com
|
||||
@@ -26,6 +26,7 @@ pkgbase = fish-git
|
||||
provides = fish-shell
|
||||
conflicts = fish
|
||||
conflicts = fish-shell
|
||||
options = !lto
|
||||
backup = etc/fish/config.fish
|
||||
source = git+https://github.com/fish-shell/fish-shell.git
|
||||
b2sums = SKIP
|
||||
|
||||
3
PKGBUILD
3
PKGBUILD
@@ -7,7 +7,7 @@
|
||||
|
||||
pkgname=fish-git
|
||||
_gitname="fish-shell"
|
||||
pkgver=3.6.0.r217.g59fe124c4
|
||||
pkgver=3.6.0.r228.g3b60bc1de
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc="User friendly shell intended mostly for interactive use."
|
||||
@@ -35,6 +35,7 @@ checkdepends=(
|
||||
'expect'
|
||||
'procps-ng'
|
||||
)
|
||||
options=('!lto')
|
||||
provides=(
|
||||
'fish'
|
||||
'fish-shell'
|
||||
|
||||
Reference in New Issue
Block a user