aboutsummaryrefslogtreecommitdiff
path: root/libs/libcgroup/patches
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-08-12 12:50:43 -0700
committerRosen Penev <rosenp@gmail.com>2020-08-13 21:50:27 -0700
commit8851c949702544c26018d1b9477b02f3663bd8a0 (patch)
tree899b9ce35f13eab67b14e4bd72031d0fba1e5d5c /libs/libcgroup/patches
parentd8d06cfca262d97c7d3a3481c6a0f2cd3803c250 (diff)
libcgroup: don't build tests
Speeds up compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libcgroup/patches')
-rw-r--r--libs/libcgroup/patches/020-tests.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/libcgroup/patches/020-tests.patch b/libs/libcgroup/patches/020-tests.patch
new file mode 100644
index 000000000..72d64b497
--- /dev/null
+++ b/libs/libcgroup/patches/020-tests.patch
@@ -0,0 +1,9 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,5 +1,5 @@
+ AUTOMAKE_OPTIONS = foreign
+-SUBDIRS = dist doc include samples scripts src tests
++SUBDIRS = dist include samples scripts src
+
+ EXTRA_DIST = README_daemon libcgroup.doxyfile README_systemd
+