From d5f981e9aeffcce889f8bfcd116c6bbcbcaaaaa5 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 10 Jun 2019 04:35:34 +0800 Subject: use --without-keyring for make distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 9c6b1c8..147bde5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-applets \ --disable-tests \ + --without-keyring \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history -- cgit v1.2.1