mirror of https://gitee.com/openkylin/libvirt.git
remote: fix enablement of IP networking in virtproxyd
This fixes
commit b7ed8ce981
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>
This commit is contained in:
parent
ad6189389d
commit
d6aaa639e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue