Bug #409
Asterisk and possibly others should depend on libgcc
| Status: | Closed | Start date: | 08/18/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Base libraries | |||
| Target version: | Alpine 2.1.0 |
Description
Applications that uses pthread_cancel() and possibly pthread_kill() should depend on libgcc. libc does dlopen on libgcc so this is not detected by our abuild script.
Possible solutions is to add libgcc as depend to all packages that has binaries that is linked to libpthread.
Associated revisions
main/abuild: automatically add libcc to depends when libpthread is used
fixes #409
main/asterisk: add libgcc to depends due to libpthread
Applications that uses pthread_cancel() and possibly pthread_kill()
should depend on libgcc. libc does dlopen on libgcc so this is not
detected by our abuild script.
ref #409
History
Updated by Natanael Copa over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset c76c734fc5f6e157d918e89a37d140f985c13996.
Updated by Natanael Copa over 1 year ago
- Status changed from Resolved to Closed