b715788993
Firefox for mobile (codenamed Fennec) is the name of the build of the Mozilla Firefox web browser for devices such as mobile phones and personal digital assistants (PDAs). While it initially targets android and maemo, it also works on desktop machines, and can be useful on small screens or low-powered devices. Looks ok to jasper@
16 lines
683 B
Plaintext
16 lines
683 B
Plaintext
$OpenBSD: patch-extensions_auth_nsAuthGSSAPI_cpp,v 1.1.1.1 2011/04/12 19:48:57 landry Exp $
|
|
--- extensions/auth/nsAuthGSSAPI.cpp.orig Tue Mar 16 10:54:56 2010
|
|
+++ extensions/auth/nsAuthGSSAPI.cpp Sat Mar 27 01:54:27 2010
|
|
@@ -159,9 +159,8 @@ gssInit()
|
|
};
|
|
|
|
const char *const verLibNames[] = {
|
|
- "libgssapi_krb5.so.2", /* MIT - FC, Suse10, Debian */
|
|
- "libgssapi.so.4", /* Heimdal - Suse10, MDK */
|
|
- "libgssapi.so.1" /* Heimdal - Suse9, CITI - FC, MDK, Suse10*/
|
|
+ "libgssapi_krb5.so",
|
|
+ "libgssapi.so"
|
|
};
|
|
|
|
for (size_t i = 0; i < NS_ARRAY_LENGTH(verLibNames) && !lib; ++i) {
|