diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-10-16 00:04:32 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-17 23:30:06 +0200 |
commit | 79f5d0e3b97edcf6f43c270a505d0462bcdab4e8 (patch) | |
tree | 7ca66f352df8f09dd0754c8cae5c05c53d2007fd /package/mutt/mutt-1.5.21-nodoc.patch | |
parent | f6674a4d37c3cc1db03b9a8407c225f3c0f91b7f (diff) |
mutt: bump to version 1.5.21
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mutt/mutt-1.5.21-nodoc.patch')
-rw-r--r-- | package/mutt/mutt-1.5.21-nodoc.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/mutt/mutt-1.5.21-nodoc.patch b/package/mutt/mutt-1.5.21-nodoc.patch new file mode 100644 index 000000000..6fd556dcb --- /dev/null +++ b/package/mutt/mutt-1.5.21-nodoc.patch @@ -0,0 +1,21 @@ +Disable the documentation build + +The documentation tool is compiled for the target, but executed on the +host. We don't bother fixing this, as we don't care of the +documentation in Buildroot. + +Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + +Index: mutt-1.5.17+20080114/Makefile.am +=================================================================== +--- mutt-1.5.17+20080114.orig/Makefile.am 2010-05-15 18:15:08.000000000 +0200 ++++ mutt-1.5.17+20080114/Makefile.am 2010-05-15 18:15:17.000000000 +0200 +@@ -9,7 +9,7 @@ + IMAP_INCLUDES = -I$(top_srcdir)/imap + endif + +-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) ++SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) + + bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@ + |