• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libnss/libnss-0002-uclibc.patch
Gustavo ZacariasGustavo Zacarias committed 286cbaf328d18 Jun 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
uCLibc does not define RTLD_NOLOAD.
2
​
3
[Gustavo: update for nss 3.16.1]
4
Signed-off-by: Will Newton <will.newton@imgtec.com>
5
​
6
diff -Nura nss-3.16.1.orig/nss/lib/freebl/stubs.c nss-3.16.1/nss/lib/freebl/stubs.c
7
--- nss-3.16.1.orig/nss/lib/freebl/stubs.c  2014-06-18 10:34:30.529997002 -0300
8
+++ nss-3.16.1/nss/lib/freebl/stubs.c   2014-06-18 10:36:25.508882650 -0300
9
@@ -594,6 +594,11 @@
10
     return SECSuccess;
11
 }
12
 
13
+/* uClibc does not define RTLD_NOLOAD. */
14
+#ifndef RTLD_NOLOAD
15
+#define RTLD_NOLOAD 0
16
+#endif
17
+
18
 /*
19
  * fetch the library if it's loaded. For NSS it should already be loaded
20
  */
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.