[mutt] 01/01: Pass --disable-fmemopen to ./configure

Faidon Liambotis paravoid at moszumanska.debian.org
Fri Aug 19 10:25:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

paravoid pushed a commit to branch master
in repository mutt.

commit d3deaccec2afe21331a4013decda8d2940d2f357
Author: Faidon Liambotis <paravoid at debian.org>
Date:   Fri Aug 19 09:42:16 2016 +0300

    Pass --disable-fmemopen to ./configure
    
    fmemopen has been the cause for some issues, such as reported crashes
    and incompatibility with torify. (Closes: #834408).
---
 debian/changelog | 8 ++++++++
 debian/rules     | 1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 42c56be..3414fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mutt (1.6.2-3) UNRELEASED; urgency=medium
+
+  * Pass --disable-fmemopen to ./configure. fmemopen has been the cause for
+    some issues, such as reported crashes and incompatibility with torify.
+    (Closes: #834408).
+
+ -- Faidon Liambotis <paravoid at debian.org>  Fri, 19 Aug 2016 09:39:52 +0300
+
 mutt (1.6.2-2) unstable; urgency=medium
 
   * New NeoMutt release, 2016-08-08.
diff --git a/debian/rules b/debian/rules
index c11e9d9..afb44db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_configure:
 		--enable-sidebar		\
 		--enable-nntp			\
 		--enable-notmuch		\
+		--disable-fmemopen		\
 						\
 		--with-curses			\
 		--with-gnutls			\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list