diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:08:03 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:13 +0000 |
| commit | 0e74dff7e91a024f105ccb3fb6bd4f0393b94245 (patch) | |
| tree | dabca0dc093a4fd15a1714c844671e3df36d33cd /meta/recipes-support/nss/nss_3.27.1.bb | |
| parent | 602b1858113e6807a7e40820d377ee5a529798af (diff) | |
| download | poky-0e74dff7e91a024f105ccb3fb6bd4f0393b94245.tar.gz | |
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.
(From OE-Core rev: d9dca61ed26af166df913f34bdce3f2830682b33)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss/nss_3.27.1.bb')
| -rw-r--r-- | meta/recipes-support/nss/nss_3.27.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss_3.27.1.bb b/meta/recipes-support/nss/nss_3.27.1.bb index a69672b3d8..2a4f4d6d4b 100644 --- a/meta/recipes-support/nss/nss_3.27.1.bb +++ b/meta/recipes-support/nss/nss_3.27.1.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "\ | |||
| 22 | file://nss-fix-nsinstall-build.patch \ | 22 | file://nss-fix-nsinstall-build.patch \ |
| 23 | file://disable-Wvarargs-with-clang.patch \ | 23 | file://disable-Wvarargs-with-clang.patch \ |
| 24 | file://pqg.c-ULL_addend.patch \ | 24 | file://pqg.c-ULL_addend.patch \ |
| 25 | file://Fix-compilation-for-X32.patch \ | ||
| 25 | file://nss.pc.in \ | 26 | file://nss.pc.in \ |
| 26 | file://signlibs.sh \ | 27 | file://signlibs.sh \ |
| 27 | " | 28 | " |
