[packages] flac: disable command line utilities, they're not packaged anyway and...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Dec 2010 23:32:25 +0000 (23:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Dec 2010 23:32:25 +0000 (23:32 +0000)
SVN-Revision: 24528

libs/flac/patches/002-no-utility.patch [new file with mode: 0644]

diff --git a/libs/flac/patches/002-no-utility.patch b/libs/flac/patches/002-no-utility.patch
new file mode 100644 (file)
index 0000000..e6fe1b3
--- /dev/null
@@ -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)