mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
Refreshed patches and updated ptest. Changelog: https://github.com/lsh123/xmlsec/releases/tag/1.3.8 https://github.com/lsh123/xmlsec/releases/tag/1.3.9 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
867 B
Diff
28 lines
867 B
Diff
From 75d7dc918771483a6c4354ee77bc14c2ff83f467 Mon Sep 17 00:00:00 2001
|
|
From: Yulong Pei <Yulong.pei@windriver.com>
|
|
Date: Wed, 21 Jul 2010 22:33:43 +0800
|
|
Subject: [PATCH] change finding path of nss and nspr
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Yulong Pei <Yulong.pei@windriver.com>
|
|
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
|
|
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index b31b8bb6..b59acc86 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -965,7 +965,7 @@ NSS_PACKAGE=mozilla-nss
|
|
NSPR_INCLUDE_MARKER="nspr/nspr.h"
|
|
NSPR_LIB_MARKER="libnspr4$shrext"
|
|
NSPR_LIBS_LIST="-lnspr4 -lplds4 -lplc4"
|
|
-NSS_INCLUDE_MARKER="nss/nss.h"
|
|
+NSS_INCLUDE_MARKER="nss3/nss.h"
|
|
NSS_LIB_MARKER="libnss3$shrext"
|
|
NSS_LIBS_LIST="-lnss3 -lsmime3 -lnssutil3"
|
|
|