Open Bug 1466407 Opened 6 years ago Updated 5 months ago

Take a look at the use of MACOSX_DEPLOYMENT_TARGET in NSS code

Categories

(NSS :: Build, enhancement, P5)

enhancement

Tracking

(Not tracked)

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.
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)
Priority: -- → P5
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)
Whiteboard: [nss-qm]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.