projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cda13b
)
flac: disable vsx
author
Rosen Penev
<rosenp@gmail.com>
Sat, 29 Jan 2022 22:05:04 +0000
(14:05 -0800)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 30 Jan 2022 00:39:14 +0000
(16:39 -0800)
Fixes compilation with powerpc64
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/flac/Makefile
patch
|
blob
|
history
diff --git
a/libs/flac/Makefile
b/libs/flac/Makefile
index 9541210761cc801a1a0ebe60dc41964a3c3d32a0..d4511a087917e5c7c69f03a13d06d3e5bc786ed3 100644
(file)
--- a/
libs/flac/Makefile
+++ b/
libs/flac/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=flac
PKG_VERSION:=1.3.3
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/flac/
@@
-38,6
+38,7
@@
CONFIGURE_ARGS += \
--disable-cpplibs \
--disable-sse \
--disable-altivec \
+ --disable-vsx \
--disable-doxgen-docs \
--disable-local-xmms-plugin \
--disable-xmms-plugin \