mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/ncmpcpp: fix
This commit is contained in:
parent
e2ecf8a346
commit
d4af3f4055
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue