eugenwintersberger / fusekit

Automatically exported from code.google.com/p/fusekit
MIT License
0 stars 0 forks source link

fusekit.pc contains -lfusekit which doesn't exist #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest trunk, configure and install
2. Compile any project with $LIBS derived from pkg-config

What is the expected output? What do you see instead?
The project should compile and link nicely as I have used the .pc file.
The project tries to link against libfusekit. As this is a header-only package, 
this does not work.

Replacing line 92 in configure.ac "AX_CREATE_PKGCONFIG_INFO" with the line 
"AX_CREATE_PKGCONFIG_INFO([fusekit.pc], [fuse], [$LIBS])" fixes the issue for 
me (see attached patch file).

Original issue reported on code.google.com by ab.miles...@googlemail.com on 28 Jun 2013 at 10:05

Attachments: