]> code.ossystems Code Review - openembedded-core.git/commit
nss: fix for x32
authorChristopher Larson <chris_larson@mentor.com>
Wed, 14 Dec 2016 03:08:03 +0000 (20:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jan 2017 13:34:32 +0000 (13:34 +0000)
commitd9dca61ed26af166df913f34bdce3f2830682b33
tree679378d9e53921754d45b4f17a426b9570c9c01a
parent5d2b0816a92965cdbbb2dca5d3009fbd5064b9ca
nss: fix for x32

This was casting to a pointer, and the pointer sizes are 32-bit on X32, not
64-bit. Adjust as appropriate.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch [new file with mode: 0644]
meta/recipes-support/nss/nss_3.27.1.bb