summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch')
-rw-r--r--meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch b/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
index 950fae667..2385fd3b9 100644
--- a/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
+++ b/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
@@ -1,4 +1,4 @@
1From 919fc5d674fae99fe21ba1351d98b75e466f425f Mon Sep 17 00:00:00 2001 1From 46ab1ca6e6fb8e1196e0665a54506dff370f8f2a Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 22 Feb 2017 11:36:11 +0200 3Date: Wed, 22 Feb 2017 11:36:11 +0200
4Subject: [PATCH] nss: fix support cross compiling 4Subject: [PATCH] nss: fix support cross compiling
@@ -10,15 +10,15 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11 11
12--- 12---
13 nss/coreconf/arch.mk | 2 +- 13 nss/coreconf/arch.mk | 4 ++--
14 nss/lib/freebl/Makefile | 6 ++++++ 14 nss/lib/freebl/Makefile | 6 ++++++
15 2 files changed, 7 insertions(+), 1 deletion(-) 15 2 files changed, 8 insertions(+), 2 deletions(-)
16 16
17diff --git a/nss/coreconf/arch.mk b/nss/coreconf/arch.mk 17diff --git a/nss/coreconf/arch.mk b/nss/coreconf/arch.mk
18index 2012d18..78fca62 100644 18index 17e9fae..bc4180a 100644
19--- a/nss/coreconf/arch.mk 19--- a/nss/coreconf/arch.mk
20+++ b/nss/coreconf/arch.mk 20+++ b/nss/coreconf/arch.mk
21@@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s) 21@@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s))
22 # Attempt to differentiate between sparc and x86 Solaris 22 # Attempt to differentiate between sparc and x86 Solaris
23 # 23 #
24 24
@@ -31,9 +31,9 @@ index 2012d18..78fca62 100644
31+ OS_RELEASE ?= $(shell uname -r) 31+ OS_RELEASE ?= $(shell uname -r)
32 endif 32 endif
33 33
34 # 34
35diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile 35diff --git a/nss/lib/freebl/Makefile b/nss/lib/freebl/Makefile
36index 0b8c6f4..b38889f 100644 36index eeee90a..7ee8736 100644
37--- a/nss/lib/freebl/Makefile 37--- a/nss/lib/freebl/Makefile
38+++ b/nss/lib/freebl/Makefile 38+++ b/nss/lib/freebl/Makefile
39@@ -36,6 +36,12 @@ ifdef USE_64 39@@ -36,6 +36,12 @@ ifdef USE_64