This resolves the following build error: + echo PKG_CONFIG_PATH= PKG_CONFIG_PATH= + /usr/bin/pkg-config --exists glib-2.0 + echo 1 1 + /usr/bin/pkg-config --cflags glib-2.0 Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found + echo 1 1 + /usr/bin/pkg-config glib-2.0 + echo 1 1 + set +x configure: error: You need glib2-devel installed in order to build resource-agents
Signed-off-by: Simon Horman <[email protected]> Index: cluster-agents-1.0.really.1.0.2.rc1/debian/control =================================================================== --- cluster-agents-1.0.really.1.0.2.rc1.orig/debian/control 2010-02-04 11:08:40.000000000 +0900 +++ cluster-agents-1.0.really.1.0.2.rc1/debian/control 2010-02-04 11:08:56.000000000 +0900 @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Debian HA Maintainers <[email protected]> Uploaders: Martin Loschwitz <[email protected]>, Anibal Monsalve Salazar <[email protected]>, Simon Horman <[email protected]> -Build-Depends: cluster-glue-dev, libnet1-dev, debhelper (>= 7), autoconf, automake, pkg-config +Build-Depends: cluster-glue-dev, libnet1-dev, debhelper (>= 7), autoconf, automake, pkg-config, libglib2.0-dev Standards-Version: 3.8.3 Homepage: http://hg.linux-ha.org/agents/ XS-Python-Version: current _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
