From 9c69f5d6dc94de2a6473c099ecddb73fc2f05159 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 25 May 2021 20:14:09 +0200 Subject: [PATCH] Disable 8139too in distcheck The 8139too native driver was enabled by default for historical reasons. Disable it in `make distcheck` to avoid needing to have a specific linux source tree ready available. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9803daa6..113de3e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = \ - --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) + --disable-8139too \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) SUBDIRS = \ include \