diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-04-19 10:25:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-20 22:32:56 +0200 |
commit | f94bcfe724f988bec14e7e63699fa76afbdcd3f2 (patch) | |
tree | 1e6a55dffea158b4c0b709d19b55bbf4ca09aa71 /package/mutt/0001-nodoc.patch | |
parent | 2026621f3c60167aa8ba48e658be1b214d1347d7 (diff) | |
download | buildroot-f94bcfe724f988bec14e7e63699fa76afbdcd3f2.tar.gz buildroot-f94bcfe724f988bec14e7e63699fa76afbdcd3f2.zip |
mutt: bump version to 1.8.2
0001-nodoc.patch is no longer necessary since a new --disable-doc
configure option has been added by this commit:
https://dev.mutt.org/hg/mutt/rev/b45bfce1bb0e
Use that option and remove the patch. Since we are not patching
Makefile.am we also don't need to autoreconf.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mutt/0001-nodoc.patch')
-rw-r--r-- | package/mutt/0001-nodoc.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mutt/0001-nodoc.patch b/package/mutt/0001-nodoc.patch deleted file mode 100644 index 6fd556dcbc..0000000000 --- a/package/mutt/0001-nodoc.patch +++ /dev/null @@ -1,21 +0,0 @@ -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@ - |