diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-09 08:33:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-09 08:33:44 +0000 |
commit | d0d268ba6e313a1e1ea432f8a4568e15fccded45 (patch) | |
tree | 19ac1f84d875176d54d45c862f67725bf6003dc5 /tools/bc | |
parent | c183dbc5428f16b86bd3ed9d87ebb29b2e069f70 (diff) | |
download | upstream-d0d268ba6e313a1e1ea432f8a4568e15fccded45.tar.gz upstream-d0d268ba6e313a1e1ea432f8a4568e15fccded45.tar.bz2 upstream-d0d268ba6e313a1e1ea432f8a4568e15fccded45.zip |
tools: do not build bc documentation (#13841)
Building the "bc" documentation requires the "makeinfo" program to be
installed on the host.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37209
Diffstat (limited to 'tools/bc')
-rw-r--r-- | tools/bc/patches/001-no_doc.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/bc/patches/001-no_doc.patch b/tools/bc/patches/001-no_doc.patch new file mode 100644 index 0000000000..50deee8c89 --- /dev/null +++ b/tools/bc/patches/001-no_doc.patch @@ -0,0 +1,23 @@ +diff -urN bc-1.06.95/Makefile.am bc-1.06.95.new/Makefile.am +--- bc-1.06.95/Makefile.am 2005-05-27 01:05:41.000000000 +0100 ++++ bc-1.06.95.new/Makefile.am 2013-07-09 09:33:31.521490710 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = lib bc dc doc ++SUBDIRS = lib bc dc + + MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ + stamp-h $(distdir).tar.gz h/number.h depcomp missing +diff -urN bc-1.06.95/Makefile.in bc-1.06.95.new/Makefile.in +--- bc-1.06.95/Makefile.in 2006-09-05 03:39:30.000000000 +0100 ++++ bc-1.06.95.new/Makefile.in 2013-07-09 09:33:28.565490767 +0100 +@@ -149,7 +149,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = lib bc dc doc ++SUBDIRS = lib bc dc + MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ + stamp-h $(distdir).tar.gz h/number.h depcomp missing + |