search for: 5caca32

Displaying 1 result from an estimated 1 matches for "5caca32".

Did you mean: ccaca32
2012 Feb 06
2
[PATCH] build: Choose a virtual directory for the daemon which is not a symlink.
...+ rm -rf tmp + mkdir -p tmp/$(DAEMON_SUPERMIN_DIR) + cd tmp/$(DAEMON_SUPERMIN_DIR) && ln $(abs_top_builddir)/daemon/guestfsd + ( cd tmp && find | cpio --quiet -o -H newc ) > $@-t + rm -rf tmp mv $@-t $@ supermin.d/init.img: init diff --git a/configure.ac b/configure.ac index 5caca32..3712d19 100644 --- a/configure.ac +++ b/configure.ac @@ -278,6 +278,26 @@ if test "x$enable_daemon" = "xyes"; then AC_DEFINE([VALGRIND_DAEMON],[1],[Define to 1 to run the daemon under valgrind]) AC_DEFINE_UNQUOTED([VALGRIND_LOG_PATH],["$(pwd)&quot...