Open
Bug 1466407
Opened 7 years ago
Updated 1 year ago
Take a look at the use of MACOSX_DEPLOYMENT_TARGET in NSS code
Categories
(NSS :: Build, enhancement, P5)
NSS
Build
Tracking
(Not tracked)
NEW
People
(Reporter: jwatt, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [nss-qm])
We currently have a default and minimum macOS SDK version of 10.9.
https://support.mozilla.org/en-US/kb/firefox-osx
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Mac_OS_X_Prerequisites
However, NSS code is in places setting MACOSX_DEPLOYMENT_TARGET to lower values. I'm not sure if this is an issue, but linking different parts of Firefox against different SDK versions may be bad for various reasons.
Comment 1•7 years ago
|
||
I don't see MACOSX_DEPLOYMENT_TARGET being set anywhere in NSS (only in gtest, which doesn't matter for anything outside or release builds). Can you point to where you think the issue is?
Flags: needinfo?(jwatt)
Updated•7 years ago
|
Priority: -- → P5
![]() |
Reporter | |
Comment 2•7 years ago
|
||
Ah, I didn't notice that when I was auditing the various bits of the moz source. I assume this should be updated anyway to avoid the potential for any weirdness in testing due to a mismatch(?), but not so pressing I guess.
Flags: needinfo?(jwatt)
Updated•4 years ago
|
Whiteboard: [nss-qm]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•