summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nspr/nspr
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-01-27 16:43:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-28 11:07:54 +0000
commit274128830a9d52bdd2827cc0a323d575025ce62f (patch)
treef3174b7315f9180bda2a4dc12e451125387b03cb /meta/recipes-support/nspr/nspr
parent96c286a1b2f9fc8e8bf4fb29ae62551a323af5c3 (diff)
downloadopenembedded-core-274128830a9d52bdd2827cc0a323d575025ce62f.tar.gz
nspr, nss: use ${includedir}/nspr like e.g. ubuntu does
* instead of installing all 51 nspr header files directly in ${includedir} * ubuntu uses /usr/include/nspr as well as shown in: https://packages.ubuntu.com/xenial/amd64/libnspr4-dev/filelist and some components assume the same path * update nss configure to find them, similar change might be needed in mozjs and ecryptfs-utils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nspr/nspr')
-rw-r--r--meta/recipes-support/nspr/nspr/nspr.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nspr/nspr/nspr.pc.in b/meta/recipes-support/nspr/nspr/nspr.pc.in
index d74caabe4c..1f15d19cfa 100644
--- a/meta/recipes-support/nspr/nspr/nspr.pc.in
+++ b/meta/recipes-support/nspr/nspr/nspr.pc.in
@@ -8,4 +8,4 @@ Name: NSPR
Description: The Netscape Portable Runtime
Version: NSPRVERSION
Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl
-Cflags:
+Cflags: -I${includedir}/nspr