core/xfsprogs: fix

This commit is contained in:
Kevin Mihelich 2018-05-28 12:24:25 +00:00
parent 8d4df7ab40
commit fb113846ad

View file

@ -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
}