From: Jo-Philipp Wich Date: Sun, 12 Dec 2010 23:32:25 +0000 (+0000) Subject: [packages] flac: disable command line utilities, they're not packaged anyway and... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ba5de2986e498a13b7e2d604a8b9f5797345f36f;p=openwrt%2Fsvn-archive%2Farchive.git [packages] flac: disable command line utilities, they're not packaged anyway and introduce libiconv dependencies SVN-Revision: 24528 --- diff --git a/libs/flac/patches/002-no-utility.patch b/libs/flac/patches/002-no-utility.patch new file mode 100644 index 0000000000..e6fe1b3ed4 --- /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) +