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).
Alternative approach http://bugs.ghostscript.com/show_bug.cgi?id=691887#c3 and http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-text/mupdf/