Closed Bug 1624402 Opened 4 years ago Closed 4 years ago

nss/lib/softoken/pkcs11.c:3421:5: error: use of undeclared identifier 'myPid' in Firefox Android builds

Categories

(NSS :: Libraries, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kjacobs, Assigned: kjacobs)

Details

Attachments

(1 file)

Android Firefox builds define CHECK_FORK_GETPID for NSS. After bug 1603628, NSS defines NO_FORK_CHECK by default.

This combination of defines yields a build failure, as this access isn't guarded by ifndef NO_FORK_CHECK.

/builds/worker/checkouts/gecko/security/nss/lib/softoken/pkcs11.c:3421:5: error: use of undeclared identifier 'myPid' here

We may be able to drop the define in Firefox builds, but NSS should still compile in this configuration.

Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.52
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: