#670 closed defect (fixed)
src/lib/Makefile.in does not include -fPIC
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | nALFS - Back End (XML Handlers) | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description
This option was missed in the creation of this file; because this library is used by the handlers and they are dlopen()-ed shared objects, this code must be compiled with -fPIC for safety.
Attachments (1)
Change History (4)
by , 21 years ago
Attachment: | nALFS-fPIC.patch added |
---|
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 20 years ago
Version: | CVS → SVN |
---|
Note:
See TracTickets
for help on using tickets.
Makefile.in patch