Files
Richard W.M. Jones 2eeef4251c daemon: Use pkg-config to locate Augeas CFLAGS / libraries.
Augeas 0.10 depends on libxml2, so this is now required in the
appliance (in fact, it was already present).

However this exposed two bugs:

(1) In libguestfs we use a home-brewed recipe for Augeas flags,
resulting in this error:
/usr/include/augeas.h:24:25: fatal error: libxml/tree.h: No such file or directory

(2) Augeas's own augeas.pc didn't include the libxml2 flags, so
it was broken.  This requires a patch to Augeas 0.10, see:
https://www.redhat.com/archives/augeas-devel/2011-December/msg00008.html

Change to using pkg-config to detect Augeas.  It is still an optional
library.

Cherry picked from commit 615924abaa and
rebased for old libguestfs branches that had separate
daemon/configure.ac.
2011-12-22 19:07:07 +00:00
..
2011-06-10 12:29:38 +01:00
2011-06-10 12:29:38 +01:00
2011-06-09 10:53:12 +01:00
2011-06-09 10:53:23 +01:00
2011-04-01 18:37:48 +01:00
2011-11-09 22:11:08 +00:00
2011-04-01 18:37:49 +01:00
2009-09-14 10:13:03 +01:00
2011-07-14 18:18:07 +01:00
2011-06-09 10:53:23 +01:00
2011-06-09 10:53:22 +01:00
2009-11-09 22:34:16 +01:00
2010-09-10 22:57:52 +01:00
2011-05-20 11:26:09 +01:00
2011-07-12 18:44:45 +01:00
2011-06-09 10:53:23 +01:00
2011-07-12 18:44:46 +01:00
2009-07-03 17:04:21 +02:00
2011-06-09 10:53:12 +01:00

Please see README in the parent directory.