Bug 694301

Summary: pkg-config file debian/mupdf.pc points to wrong library name
Product: MuPDF Reporter: Michael Weber <michael>
Component: fitzAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---

Description Michael Weber 2013-06-08 13:00:28 UTC
Your pkg-config file [1] lists 

Libs: -L${libdir} -lmupdf

but your library is named and installed as libfitz.a [2, Makefile line 110].

[1]http://git.ghostscript.com/?p=mupdf.git;a=blob;f=debian/mupdf.pc;hb=HEAD
[2] http://git.ghostscript.com/?p=mupdf.git;a=blob;f=Makefile;hb=HEAD
Comment 2 Michael Weber 2013-06-20 10:22:01 UTC
by latest commits, this is fixed.