mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs: fix
This commit is contained in:
parent
8d4df7ab40
commit
fb113846ad
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - original OPTIMIZER export does not play nice with our system
|
||||
# - configure with --enable-lto=no
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=4.16.1
|
||||
|
@ -24,7 +25,7 @@ build() {
|
|||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
|
||||
./configure --prefix=/usr --sbindir=/usr/bin --enable-readline --enable-lto=no
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue