From de298af876a85b87e2b9caf0870e59c5318e7ba7 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 30 Jul 2012 15:40:19 +0000 Subject: [PATCH] [package] bash: do not attempt to build documentation As this may require makeinfo on the host git-svn-id: svn://svn.openwrt.org/openwrt/packages@32919 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bash/patches/129-no_doc.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/bash/patches/129-no_doc.patch diff --git a/utils/bash/patches/129-no_doc.patch b/utils/bash/patches/129-no_doc.patch new file mode 100644 index 000000000..442cd2291 --- /dev/null +++ b/utils/bash/patches/129-no_doc.patch @@ -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: + -- 2.11.0