community/ncmpcpp: fix

This commit is contained in:
Kevin Mihelich 2021-01-10 21:58:29 +00:00
parent e2ecf8a346
commit d4af3f4055

View file

@ -6,6 +6,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - strip -march=native from extras Makefile
# - configure with --without-lto
pkgname=ncmpcpp
pkgver=0.9.1
@ -45,7 +46,8 @@ build() {
--enable-outputs \
--enable-visualizer \
--with-fftw \
--with-taglib
--with-taglib \
--without-lto
make
make -C extras
}