From 4a0417a63123c857b22f9774c6b790867110ed11 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 4 Feb 2017 21:21:05 +0000 Subject: [PATCH] Fix thunderbird for newer libevent git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18252 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/other/thunderbird.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xsoft/other/thunderbird.xml b/xsoft/other/thunderbird.xml index e5d5490c11..8de02140d5 100644 --- a/xsoft/other/thunderbird.xml +++ b/xsoft/other/thunderbird.xml @@ -252,6 +252,13 @@ test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozcon commands: + + If you have installed version 2.1.8 or newer of libevent, fix a file: + + +sed -e s/_EVENT_SIZEOF/EVENT__SIZEOF/ \ + -i mozilla/ipc/chromium/src/base/message_pump_libevent.cc + If you are compiling Thunderbird in chroot, prepend SHELL=/bin/sh to the make command below.