Opened 8 years ago
Closed 8 years ago
#169 closed defect (fixed)
fontconfig: add pthread as a dependency of a static lib
| Reported by: | KO Myung-Hun | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | fontconfig | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
Hi/2.
When building fontconfig, pthread is used. However, pthread is not added to Libs.private in .pc.
If other projects use a static lib of fontconfig without pthread explicitly even if using pkg-config --static --libs, linkage fails.
Attachments (1)
Change History (2)
by , 8 years ago
| Attachment: | pthread.diff added |
|---|
comment:1 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

fixed in r2220