From 3e90378fe2e9b0c86f28664c4be5d464f82bc856 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 12 Aug 2020 12:51:47 -0700 Subject: liburcu: don't build docs and tests Faster compilation Signed-off-by: Rosen Penev --- libs/liburcu/patches/010-no-tests.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/liburcu/patches/010-no-tests.patch (limited to 'libs/liburcu/patches') diff --git a/libs/liburcu/patches/010-no-tests.patch b/libs/liburcu/patches/010-no-tests.patch new file mode 100644 index 000000000..37cf83057 --- /dev/null +++ b/libs/liburcu/patches/010-no-tests.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,6 @@ + ACLOCAL_AMFLAGS=-I m4 + +-SUBDIRS = include src doc tests ++SUBDIRS = include src + + dist_doc_DATA = LICENSE \ + README.md -- cgit v1.2.3