From 9448951db5de17f6fc969e5bc2e68e5985c6fa27 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sat, 7 Nov 2015 22:08:45 +0100 Subject: [PATCH] build: Skip Python bindings during distcheck setup.py attempts to relink the bindings at installation time, which breaks distcheck. Thus, disable the Python bindings during distcheck for now. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1c92bda1..6d5fb2b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --silent GNUMAKEFLAGS = --no-print-directory +# distutils/setuptools cause trouble on distcheck. Disable for now. +DISTCHECK_CONFIGURE_FLAGS = --disable-python + FIRMWARE_DIR = $(datadir)/sigrok-firmware local_includes = -Iinclude -I$(srcdir)/include -I$(srcdir)/src -I.