diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-12 12:51:47 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-13 21:48:52 -0700 |
commit | 3e90378fe2e9b0c86f28664c4be5d464f82bc856 (patch) | |
tree | e811d51a45f4307a003bd68f4cec9a091a612f15 /libs/liburcu/patches | |
parent | d8d06cfca262d97c7d3a3481c6a0f2cd3803c250 (diff) |
liburcu: don't build docs and tests
Faster compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/liburcu/patches')
-rw-r--r-- | libs/liburcu/patches/010-no-tests.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 |