mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-14 12:21:47 +01:00
Fixes issues with addressbar not working in firefox-20 and probably also the firefox-19 issues: https://bugzilla.mozilla.org/show_bug.cgi?id=843564 https://bugzilla.mozilla.org/show_bug.cgi?id=843513
11 lines
473 B
Diff
11 lines
473 B
Diff
--- ./toolkit/components/osfile/osfile_unix_allthreads.jsm.orig 2013-04-16 19:26:16.544461383 +0000
|
|
+++ ./toolkit/components/osfile/osfile_unix_allthreads.jsm 2013-04-16 19:31:21.717350121 +0000
|
|
@@ -40,6 +40,7 @@
|
|
// Open libc
|
|
let libc;
|
|
let libc_candidates = [ "libSystem.B.dylib",
|
|
+ "libc.so.0.9.32",
|
|
"libc.so.6",
|
|
"libc.so" ];
|
|
for (let i = 0; i < libc_candidates.length; ++i) {
|