Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#670 closed defect (fixed)

src/lib/Makefile.in does not include -fPIC

Reported by: kpfleming@… Owned by: kpfleming@…
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)

nALFS-fPIC.patch (448 bytes ) - added by kpfleming@… 21 years ago.
Makefile.in patch

Download all attachments as: .zip

Change History (4)

by kpfleming@…, 21 years ago

Attachment: nALFS-fPIC.patch added

Makefile.in patch

comment:1 by kpfleming@…, 21 years ago

Resolution: fixed
Status: newclosed

comment:2 by neven@…, 21 years ago

Committed, needs to be closed by owner/reporter.

comment:3 by jwrober@…, 20 years ago

Version: CVSSVN
Note: See TracTickets for help on using tickets.