Opened 22 years ago

Closed 22 years ago

Last modified 21 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.

Change History (4)

by kpfleming@…, 22 years ago

Attachment: nALFS-fPIC.patch added

Makefile.in patch

comment:1 by kpfleming@…, 22 years ago

Resolution: fixed
Status: newclosed

comment:2 by neven@…, 22 years ago

Committed, needs to be closed by owner/reporter.

comment:3 by jwrober@…, 21 years ago

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