Bug 693009 - [PATCH] Support for libfitz dynamic library
Summary: [PATCH] Support for libfitz dynamic library
Status: RESOLVED WONTFIX
Alias: None
Product: MuPDF
Classification: Unclassified
Component: fitz (show other bugs)
Version: unspecified
Hardware: All Linux
: P4 enhancement
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 17:39 UTC by Cyril Hrubis
Modified: 2014-05-21 07:10 UTC (History)
3 users (show)

See Also:
Customer:
Word Size: ---


Attachments
[PATCH] Support for libfitz dynamic library (3.82 KB, patch)
2012-04-30 17:39 UTC, Cyril Hrubis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cyril Hrubis 2012-04-30 17:39:01 UTC
Created attachment 8554 [details]
[PATCH] Support for libfitz dynamic library

Attached patch adds support for building and installing libfitz as dynamic library. Note that -fPIC was added to CFLAGS which is needed for generating position independent code.

After the dynamic library is installed, applications could link dynamically by adding -lfitz to the list of libraries to link against (which was tested and works fine).