]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote: fix enablement of IP networking in virtproxyd
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Sep 2019 12:11:49 +0000 (13:11 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Sep 2019 14:02:40 +0000 (15:02 +0100)
This fixes

    commit b7ed8ce981127d91300fa3e372c6ff87fa9fb6ec
    Author: Daniel P. Berrangé <berrange@redhat.com>
    Date:   Thu Jul 4 12:33:23 2019 +0100

      remote: introduce virtproxyd daemon to handle IP connectivity

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/Makefile.inc.am

index abf04d998a64917b9005c0681e1d4282fa9441e7..5a5c90a922390e8485c4e324ffd9455a1cde8e8d 100644 (file)
@@ -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)