mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 4.12.0-1
This commit is contained in:
parent
dd053f7747
commit
243245298d
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
|||
# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - original OPTIMIZER export does not play nice with our system
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=4.11.0
|
||||
pkgver=4.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
url="http://oss.sgi.com/projects/xfs/"
|
||||
groups=('base')
|
||||
depends=('util-linux')
|
||||
depends=('sh' 'libutil-linux' 'readline')
|
||||
makedepends=('git')
|
||||
options=('!makeflags')
|
||||
source=("git://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}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
|
@ -24,7 +24,7 @@ build() {
|
|||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
./configure --prefix=/usr --sbindir=/usr/bin
|
||||
./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue