Changes between Version 12 and Version 13 of dev-libs/apr
- Timestamp:
- 04/20/08 08:13:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/apr
v12 v13 49 49 {{{test/teststr.c}}} fails to compile on Haiku/gcc2, just like {{{testfmt.c}}} was reported above 50 50 51 Since patching apr to work with i586-pc-haiku, libapr.so has a relocation problem with {{{pthread_sigmask}}}.51 Since patching apr to work with {{{i586-pc-haiku}}}, {{{libapr.so}}} has a relocation problem with {{{pthread_sigmask}}}. Avoiding its use in {{{threadproc/unix/signals.c}}} works around this problem but I'm not sure that's the right thing to do. {{{make check}}} still fails in the same test.
