summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-17 18:32:03 +0200
committerMax Kellermann <max@musicpd.org>2018-08-17 18:32:07 +0200
commitc6299c26b524f5f7485ff66331c7375aa971e34c (patch)
tree10eba4963b5ee76d6cfd149d9e7570a1b726a5fa /python
parentfb5f9baf9ca835e783dec28b73dd3fd8680d7adf (diff)
python/build/libs.py: disable libnfs utils/examples
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 6d647cdaa..e4f621daf 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -384,6 +384,8 @@ libnfs = AutotoolsProject(
# work around -Wtautological-compare
'--disable-werror',
+
+ '--disable-utils', '--disable-examples',
],
base='libnfs-libnfs-3.0.0',
autoreconf=True,