From 829bc91c3a322558784f4f138f0be685e51a8cdf Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 12 Dec 2010 23:32:25 +0000
Subject: [PATCH] flac: disable command line utilities, they're not packaged
 anyway and introduce libiconv dependencies

SVN-Revision: 24528
---
 libs/flac/patches/002-no-utility.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 libs/flac/patches/002-no-utility.patch

diff --git a/libs/flac/patches/002-no-utility.patch b/libs/flac/patches/002-no-utility.patch
new file mode 100644
index 000000000..e6fe1b3ed
--- /dev/null
+++ b/libs/flac/patches/002-no-utility.patch
@@ -0,0 +1,24 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -26,9 +26,6 @@ endif
+ SUBDIRS = \
+ 	libFLAC \
+ 	share \
+-	flac \
+-	metaflac \
+-	monkeys_audio_utilities \
+ 	$(XMMS_DIRS) \
+ 	$(CPPLIBS_DIRS)
+ 
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -226,9 +226,6 @@ target_alias = @target_alias@
+ SUBDIRS = \
+ 	libFLAC \
+ 	share \
+-	flac \
+-	metaflac \
+-	monkeys_audio_utilities \
+ 	$(XMMS_DIRS) \
+ 	$(CPPLIBS_DIRS)
+ 
-- 
2.30.2