From 8851c949702544c26018d1b9477b02f3663bd8a0 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 12 Aug 2020 12:50:43 -0700 Subject: libcgroup: don't build tests Speeds up compile. Signed-off-by: Rosen Penev --- libs/libcgroup/patches/020-tests.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libs/libcgroup/patches/020-tests.patch (limited to 'libs/libcgroup/patches/020-tests.patch') 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 + -- cgit v1.2.3