summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorPavel Vinogradov2019-07-07 14:37:02 -0400
committerPavel Vinogradov2019-07-07 14:37:02 -0400
commit57ffdea135ef87ba26b0df95e9aadd824379091b (patch)
tree7efc649c9b1288cce4ec31b4eddd534e47d5c518 /http
parent85995cbbd8043b5f76722c96c4eece9ecc8b220c (diff)
http/firefox: removed obsolete libevent fix
Diffstat (limited to 'http')
-rw-r--r--http/firefox/HISTORY3
-rwxr-xr-xhttp/firefox/PRE_BUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 94b029129d..68d1f98e6d 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2019-07-07 Pavel Vinogradov <public@sourcemage.org>
+ * PRE_BUILD: removed obsolete libevent fix
+
2019-06-20 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 67.0.4, SECURITY_PATCH++, (CVE-2019-11708)
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 0cadebe2df..0aefe08898 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -6,10 +6,6 @@ apply_patch_dir patches &&
# To remove version suffix from some directories
sed 's;-$(MOZ_APP_VERSION);;g' -i config/baseconfig.mk &&
-# libevent 2.1.8 fix
-sed 's/_EVENT_SIZEOF/EVENT__SIZEOF/' \
- -i ipc/chromium/src/base/message_pump_libevent.cc &&
-
cp -v $SPELL_DIRECTORY/mozconfig .mozconfig &&
# Be explicit: stripped install is the default.