The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mutt / 0001-nodoc.patch
1 Disable the documentation build
2
3 The documentation tool is compiled for the target, but executed on the
4 host. We don't bother fixing this, as we don't care of the
5 documentation in Buildroot.
6
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8
9 Index: mutt-1.5.17+20080114/Makefile.am
10 ===================================================================
11 --- mutt-1.5.17+20080114.orig/Makefile.am       2010-05-15 18:15:08.000000000 +0200
12 +++ mutt-1.5.17+20080114/Makefile.am    2010-05-15 18:15:17.000000000 +0200
13 @@ -9,7 +9,7 @@
14  IMAP_INCLUDES = -I$(top_srcdir)/imap
15  endif
16  
17 -SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
18 +SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR)
19  
20  bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
21