mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
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:
parent
660bc6aed5
commit
4a0417a631
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user