nwfilter: Don't compile nwfilter driver on other systems than Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Don't compile the nwfilter driver (instantiating the rules) on other systems than Linux.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

diff --git a/configure.ac b/configure.ac
index 23181dd..4cb0f50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1361,7 +1361,7 @@ fi
 AM_CONDITIONAL([WITH_SECRETS], [test "$with_secrets" = "yes"])

 with_nwfilter=yes
-if test "$with_libvirtd" = "no"; then
+if test "$with_libvirtd" = "no" || test `uname -s` != "Linux"; then
   with_nwfilter=no
 fi
 if test "$with_nwfilter" = "yes" ; then

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list


[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]