From d6aaa639e4a1fdab6004df5758c19aacbc1ac6e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 20 Sep 2019 13:11:49 +0100 Subject: [PATCH] remote: fix enablement of IP networking in virtproxyd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes commit b7ed8ce981127d91300fa3e372c6ff87fa9fb6ec Author: Daniel P. Berrangé Date: Thu Jul 4 12:33:23 2019 +0100 remote: introduce virtproxyd daemon to handle IP connectivity Reviewed-by: Andrea Bolognani Signed-off-by: Daniel P. Berrangé --- src/remote/Makefile.inc.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/Makefile.inc.am b/src/remote/Makefile.inc.am index abf04d998a..5a5c90a922 100644 --- a/src/remote/Makefile.inc.am +++ b/src/remote/Makefile.inc.am @@ -236,7 +236,7 @@ virtproxyd_CFLAGS = \ $(REMOTE_DAEMON_CFLAGS) \ -DSOCK_PREFIX="\"libvirt\"" \ -DDAEMON_NAME="\"virtproxyd\"" \ - -DENABLE_IP \ + -DWITH_IP \ -DVIRTPROXYD \ $(NULL) virtproxyd_LDFLAGS = $(REMOTE_DAEMON_LD_FLAGS) -- 2.47.2