diff mbox series

[1/2] libnss: drop obsolete patch

Message ID d20e1c9116d8625fce1f4db9b44c4ab009fbba40.1530008903.git.baruch@tkos.co.il
State Accepted
Headers show
Series [1/2] libnss: drop obsolete patch | expand

Commit Message

Baruch Siach June 26, 2018, 10:28 a.m. UTC
uClibc implements RTLD_NOLOAD for quite some time now. Remove the patch
adding a dummy definition of RTLD_NOLOAD.

Cc: Joseph Kogut <joseph.kogut@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libnss/0001-uclibc.patch | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 package/libnss/0001-uclibc.patch

Comments

Thomas Petazzoni June 26, 2018, 7:08 p.m. UTC | #1
Hello,

On Tue, 26 Jun 2018 13:28:22 +0300, Baruch Siach wrote:
> uClibc implements RTLD_NOLOAD for quite some time now. Remove the patch
> adding a dummy definition of RTLD_NOLOAD.
> 
> Cc: Joseph Kogut <joseph.kogut@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/libnss/0001-uclibc.patch | 20 --------------------
>  1 file changed, 20 deletions(-)
>  delete mode 100644 package/libnss/0001-uclibc.patch

Both applied. I fixed the commit message of the second patch to include
the autoubuilder references. Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/libnss/0001-uclibc.patch b/package/libnss/0001-uclibc.patch
deleted file mode 100644
index b81db930bed0..000000000000
--- a/package/libnss/0001-uclibc.patch
+++ /dev/null
@@ -1,20 +0,0 @@ 
-uCLibc does not define RTLD_NOLOAD.
-
-[Gustavo: update for nss 3.16.1]
-Signed-off-by: Will Newton <will.newton@imgtec.com>
-
-diff -Nura nss-3.16.1.orig/nss/lib/freebl/stubs.c nss-3.16.1/nss/lib/freebl/stubs.c
---- nss-3.16.1.orig/nss/lib/freebl/stubs.c	2014-06-18 10:34:30.529997002 -0300
-+++ nss-3.16.1/nss/lib/freebl/stubs.c	2014-06-18 10:36:25.508882650 -0300
-@@ -594,6 +594,11 @@
-     return SECSuccess;
- }
- 
-+/* uClibc does not define RTLD_NOLOAD. */
-+#ifndef RTLD_NOLOAD
-+#define RTLD_NOLOAD 0
-+#endif
-+
- /*
-  * fetch the library if it's loaded. For NSS it should already be loaded
-  */