Bug 91570 - devel/apr port does not enable threads as advertised
Summary: devel/apr port does not enable threads as advertised
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 21:50 UTC by Patrick Oliver
Modified: 2006-02-11 14:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Oliver 2006-01-09 21:50:15 UTC
The port devel/apr does not enable threads as advertised. There is a knob to *disable* threads, but the default build on this release does not properly enable threads.

Fix: 

Add --enable-threads to Makefile CONFIGURE_ARGS in default case.
How-To-Repeat: Build and install /usr/ports/devel/apr.
Observe configure output indicating threads are not enabled.
Install port.
Look in /usr/local/include/apr-1/apr.h for APR_HAS_THREADS and observe it is set to 0.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-09 21:52:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2006-02-11 05:25:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Yoink
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2006-02-11 14:53:07 UTC
State Changed
From-To: feedback->closed

Committed, thanks!