Ticket #5872 (closed defect: fixed)
[with patch, positive review] Explicitly pass -fPIC into ntl shared object build.
| Reported by: | pjeremy | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1 |
| Component: | freebsd | Keywords: | |
| Cc: | Author(s): | Peter Jeremy | |
| Report Upstream: | Reviewer(s): | Mike Hansen | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
The ntl makefile appears to rely on compiler flags specified as a target dependency being passed to the compiler. This fails on at least FreeBSD, resulting in an attempt to include non-PIC objects in a shared library.
Instead, explicitly pass -fPIC to the sub-make used for the shared object build.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

