Disable lto
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = fish-git
|
pkgbase = fish-git
|
||||||
pkgdesc = User friendly shell intended mostly for interactive use.
|
pkgdesc = User friendly shell intended mostly for interactive use.
|
||||||
pkgver = 3.7.0.r1410.gea5adcac9
|
pkgver = 3.7.0.r1420.g776895274
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = http://fishshell.com
|
url = http://fishshell.com
|
||||||
@@ -24,6 +24,7 @@ pkgbase = fish-git
|
|||||||
provides = fish-shell
|
provides = fish-shell
|
||||||
conflicts = fish
|
conflicts = fish
|
||||||
conflicts = fish-shell
|
conflicts = fish-shell
|
||||||
|
options = !lto
|
||||||
backup = etc/fish/config.fish
|
backup = etc/fish/config.fish
|
||||||
source = git+https://github.com/fish-shell/fish-shell.git
|
source = git+https://github.com/fish-shell/fish-shell.git
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|||||||
3
PKGBUILD
3
PKGBUILD
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
pkgname=fish-git
|
pkgname=fish-git
|
||||||
_gitname="fish-shell"
|
_gitname="fish-shell"
|
||||||
pkgver=3.7.0.r1410.gea5adcac9
|
pkgver=3.7.0.r1420.g776895274
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc="User friendly shell intended mostly for interactive use."
|
pkgdesc="User friendly shell intended mostly for interactive use."
|
||||||
@@ -33,6 +33,7 @@ checkdepends=(
|
|||||||
'expect'
|
'expect'
|
||||||
'procps-ng'
|
'procps-ng'
|
||||||
)
|
)
|
||||||
|
options=(!lto)
|
||||||
provides=(
|
provides=(
|
||||||
'fish'
|
'fish'
|
||||||
'fish-shell'
|
'fish-shell'
|
||||||
|
|||||||
Reference in New Issue
Block a user