mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
||||
# - configure with --enable-lto=no
|
||||
|
||||
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=xfsprogs
|
||||
pkgver=5.6.0
|
||||
pkgrel=2
|
||||
pkgver=5.7.0
|
||||
pkgrel=3
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
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')
|
||||
options=('!makeflags')
|
||||
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="-O1"
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue