[package] bash: do not attempt to build documentation
authorFlorian Fainelli <florian@openwrt.org>
Mon, 30 Jul 2012 15:40:19 +0000 (15:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 30 Jul 2012 15:40:19 +0000 (15:40 +0000)
As this may require makeinfo on the host

SVN-Revision: 32919

utils/bash/patches/129-no_doc.patch [new file with mode: 0644]

diff --git a/utils/bash/patches/129-no_doc.patch b/utils/bash/patches/129-no_doc.patch
new file mode 100644 (file)
index 0000000..442cd22
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN bash-4.2/Makefile.in bash-4.2.new/Makefile.in
+--- bash-4.2/Makefile.in       2010-12-01 01:22:42.000000000 +0100
++++ bash-4.2.new/Makefile.in   2012-07-30 16:24:01.325057998 +0200
+@@ -724,10 +724,8 @@
+ #     $(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir)
+ doc documentation:  force
+-      @(cd $(DOCDIR) ; $(MAKE) $(MFLAGS) )
+ info dvi ps: force
+-      @(cd $(DOCDIR) ; $(MAKE) $(MFLAGS) CFLAGS='$(CCFLAGS)' $@ )
+ force: