On Thu, 2009-10-15 at 16:23 +0200, Johan Verrept wrote:
> For some reason, when building glue, HA_VARLOCKDIR is incorrectly
> #defined as "${prefix}/var/lock"
>
> ./include/glue_config.h:#define HA_VARLOCKDIR "${prefix}/var/lock"
The attached patch solves the problem.
J.
--- Reusable-Cluster-Components-f8d8f7b2124a/configure.ac.orig 2009-10-15 15:01:35.000000000 +0000
+++ Reusable-Cluster-Components-f8d8f7b2124a/configure.ac 2009-10-15 15:07:32.000000000 +0000
@@ -229,6 +229,7 @@
break
fi
done
+eval HA_VARLOCKDIR="${HA_VARLOCKDIR}"
AC_SUBST(HA_VARLOCKDIR)
AC_DEFINE_UNQUOTED(HA_VARLOCKDIR,"$HA_VARLOCKDIR", System lock directory)
_______________________________________________
Pacemaker mailing list
[email protected]
http://oss.clusterlabs.org/mailman/listinfo/pacemaker