[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libguestfs] [PATCH] remove ulockmgr from fuse LDFLAGS
- From: "Richard W.M. Jones" <rjones redhat com>
- To: Olaf Hering <olaf aepfle de>
- Cc: libguestfs redhat com
- Subject: Re: [Libguestfs] [PATCH] remove ulockmgr from fuse LDFLAGS
- Date: Wed, 29 Aug 2012 16:18:21 +0100
On Wed, Aug 29, 2012 at 03:15:12PM +0200, Olaf Hering wrote:
> libguestfs fails to build with --enable-fuse on openSuSE 11.4 and
> earlier because the included fuse version does not include
> libulockmgr.so. configure already used pkgconfig to retrieve the correct
> CFLAGS, so there is no need to hardcode -lulockmgr.
> With this change the build succeeds again.
Thanks for the patch. What is the output of these commands on
SuSE? (Fedora output shown).
$ pkg-config --cflags fuse
-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse
$ pkg-config --libs fuse
-pthread -lfuse -lrt -ldl
I suspect there is a packaging bug in Fedora ...
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]