mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 5.7.0-3
This commit is contained in:
parent
704f0df513
commit
127bfb38e7
1 changed files with 7 additions and 4 deletions
|
@ -2,14 +2,17 @@
|
||||||
# - original OPTIMIZER export does not play nice with our system
|
# - original OPTIMIZER export does not play nice with our system
|
||||||
# - configure with --enable-lto=no
|
# - configure with --enable-lto=no
|
||||||
|
|
||||||
|
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=5.6.0
|
pkgver=5.7.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
url="https://xfs.org"
|
url="https://xfs.org"
|
||||||
depends=('sh' 'libutil-linux' 'readline' 'icu' 'device-mapper')
|
depends=('sh' 'libutil-linux' 'icu' 'device-mapper')
|
||||||
|
optdepends=('python: for xfs_scrub_all script'
|
||||||
|
'smtp-forwarder: for xfs_scrub_fail script')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
||||||
|
@ -21,7 +24,7 @@ build() {
|
||||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||||
export OPTIMIZER="-O1"
|
export OPTIMIZER="-O1"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
./configure --prefix=/usr --sbindir=/usr/bin --enable-readline --enable-lto=no
|
./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system --enable-lto=no
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue