Index: nss-3.43/nss/lib/freebl/stubs.c
===================================================================
--- nss-3.43.orig/nss/lib/freebl/stubs.c
+++ nss-3.43/nss/lib/freebl/stubs.c
@@ -718,6 +718,14 @@ freebl_InitNSSUtil(void *lib)
     return SECSuccess;
 }
 
+#ifndef RTLD_NOLOAD
+  #ifdef __mips__
+    #define RTLD_NOLOAD   0x00008
+  #else
+    #define RTLD_NOLOAD   0x00004
+  #endif
+#endif
+
 /*
  * fetch the library if it's loaded. For NSS it should already be loaded
  */
