Actions
Bug #13271
closed64-bit crypto tests have wrong library search path
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The 64-bit crypto tests have the wrong library search path. Right now they end up specifying the 32-bit path, not the 64-bit path.
Related issues
Updated by Robert Mustacchi about 3 years ago
- Blocks Feature #13274: enable -fstack-protector-strong by default in user land added
Updated by Robert Mustacchi about 3 years ago
I tested this primarily through wsdiff and verified that there were no changes induced by this. I also verified the build on systems with and without the stack protector work that led to me discovering this.
Updated by Electric Monk about 3 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit d7e2bdfa66e3574ffcce3665a4cd1136fc6cb6a1
commit d7e2bdfa66e3574ffcce3665a4cd1136fc6cb6a1 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-11-04T15:32:35.000Z 13271 64-bit crypto tests have wrong library search path Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions