Ticket #265 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

patch to avoid linking with -lpthread on openbsd

Reported by: janus Owned by: jkeenan
Priority: normal Milestone:
Component: build Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: openbsd

Description

The attached patch makes parrot link against -pthread instead of -lpthread, which is generally preferred on OpenBSD as it prevents weak linkage issues.

Attachments

patch-config_init_hints_openbsd_pm Download (0.5 KB) - added by janus 13 years ago.

Change History

Changed 13 years ago by janus

follow-up: ↓ 2   Changed 13 years ago by janus

Disregard for now, i just noticed that icu4c pulls in -lpthread anyway... trying to fix that now.

in reply to: ↑ 1   Changed 13 years ago by janus

Replying to janus:

Disregard for now, i just noticed that icu4c pulls in -lpthread anyway... trying to fix that now.

Sigh, fixed already in cvs and going to rebuild icu4c now... at least it's working with that diff on amd64.

follow-up: ↓ 4   Changed 13 years ago by janus

Now confirmed to work on amd64, i386 and macppc.

in reply to: ↑ 3   Changed 13 years ago by jkeenan

  • owner set to jkeenan
  • component changed from none to build

Replying to janus:

Now confirmed to work on amd64, i386 and macppc.

Based on this report, and absence of further complaints/comments in 6 months, I am closing this ticket.

Thank you very much. kid51

  Changed 13 years ago by jkeenan

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.