Closed
Bug 1656210
Opened 5 years ago
Closed 5 years ago
Unbreak glslopt build on FreeBSD
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: val, Assigned: jnicol)
References
()
Details
Attachments
(1 file)
The glsl-optimizer dependency, based on Mesa code but not the Mesa build system, needs a little fix to build on FreeBSD.
cargo:warning=glsl-optimizer/src/util/u_thread.h:83:4: error: use of undeclared identifier 'pthread_set_name_np'; did you mean 'pthread_setname_np'?
This has been fixed in https://github.com/jamienicol/glslopt-rs/pull/5 so all that's left is to update the vendored dependency here.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jnicol
Pushed by jnicol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0e505058424
Update glslopt version to fix FreeBSD/Dragonfly build. r=lsalzman
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•