Closed
Bug 233319
Opened 21 years ago
Closed 21 years ago
Better DLL search path in cmd/shlibsign/sign.sh
Categories
(NSS :: Build, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
890 bytes,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
In cmd/shlibsign/sign.sh, we should prepend,
rather than append, the ${DIST}/lib and
${DIST}/bin directories to ${PATH}. This
prevents from pickup up the wrong NSS DLLs
that are on the PATH.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140773 -
Flags: review?(rrelyea0264)
Updated•21 years ago
|
Attachment #140773 -
Flags: review?(rrelyea0264) → review+
Assignee | ||
Comment 2•21 years ago
|
||
Checking in sign.sh;
/cvsroot/mozilla/security/nss/cmd/shlibsign/sign.sh,v <-- sign.sh
new revision: 1.14; previous revision: 1.13
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.10
Comment 3•20 years ago
|
||
Setting priorities on unprioritized bugs resolved fixed for NSS 3.10.
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•