Use internal libevent on apertis
firefox-esr fails to build with the below error,
ipc/chromium/Unified_cpp_ipc_chromium2.o
In file included from Unified_cpp_ipc_chromium0.cpp:83:
/usr/src/packages/BUILD/ipc/chromium/src/base/message_pump_libevent.cc:33:19: error: 'EVENT__SIZEOF_TIME_T' was not declared in this scope
static_assert(EVENT__SIZEOF_##TYPE == sizeof(type), \
Use internal libevent for apertis, since the system one is too old. https://salsa.debian.org/mozilla-team/firefox/-/commit/170f6e2e839f0bc005bfaeb4fd0a42470010ed9e
Signed-off-by: Vignesh Raman vignesh.raman@collabora.com