]> sigrok.org Git - libsigrok.git/commitdiff
build: Skip Python bindings during distcheck
authorDaniel Elstner <redacted>
Sat, 7 Nov 2015 21:08:45 +0000 (22:08 +0100)
committerDaniel Elstner <redacted>
Sat, 7 Nov 2015 21:13:14 +0000 (22:13 +0100)
setup.py attempts to relink the bindings at installation time,
which breaks distcheck. Thus, disable the Python bindings during
distcheck for now.

Makefile.am

index 1c92bda12de70f94b048bb790833d49ace694ddc..6d5fb2b8aeece254732a6b786b43ceef2236c67e 100644 (file)
@@ -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.