[libvirt] [dbus PATCH 12/15] configure: Enable -Wno-obsolete and tar-pax

Andrea Bolognani abologna at redhat.com
Fri Jun 29 16:01:19 UTC 2018


libvirt already use both options and libvirt-dbus only
targets a subset of the platforms, so we can safely
enable them.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b6261a0..fff237a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 dnl Make automake keep quiet about wildcards & other GNUmake-isms
-AM_INIT_AUTOMAKE([foreign -Wno-portability subdir-objects])
+AM_INIT_AUTOMAKE([foreign -Wno-portability -Wno-obsolete subdir-objects tar-pax])
 AC_CANONICAL_HOST
 AC_USE_SYSTEM_EXTENSIONS
 
-- 
2.17.1




More information about the libvir-list mailing list