Fix thunderbird for newer libevent

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18252 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-02-04 21:21:05 +00:00
parent 660bc6aed5
commit 4a0417a631

View File

@ -252,6 +252,13 @@ test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozcon
commands:
</para>
<para>
If you have installed version 2.1.8 or newer of libevent, fix a file:
</para>
<screen><userinput>sed -e s/_EVENT_SIZEOF/EVENT__SIZEOF/ \
-i mozilla/ipc/chromium/src/base/message_pump_libevent.cc</userinput></screen>
<note><para>
If you are compiling <application>Thunderbird</application> in chroot,
prepend <envar>SHELL=/bin/sh</envar> to the make command below.