From: jow 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://207.154.207.93/?a=commitdiff_plain;h=baf4b32dbc43ab2e447ec7d8150ded4556478756;p=packages.git [packages] flac: disable command line utilities, they're not packaged anyway and introduce libiconv dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@24528 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) +