ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/loudmouth/patches/900-disable-docs-examples-tests.patch b/external/subpack/libs/loudmouth/patches/900-disable-docs-examples-tests.patch
new file mode 100644
index 0000000..d664e84
--- /dev/null
+++ b/external/subpack/libs/loudmouth/patches/900-disable-docs-examples-tests.patch
@@ -0,0 +1,27 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,7 +1,7 @@
+ include $(top_srcdir)/build/Makefile.am.lm
+
+-SUBDIRS = loudmouth docs examples $(TEST_DIRS)
+-DIST_SUBDIRS = loudmouth docs examples tests
++SUBDIRS = loudmouth
++DIST_SUBDIRS = loudmouth
+
+ ACLOCAL_AMFLAGS = -I m4
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -320,12 +320,7 @@ AC_SUBST(LOUDMOUTH_LIBS)
+
+ AC_OUTPUT([
+ Makefile
+-docs/Makefile
+-docs/reference/Makefile
+ loudmouth/Makefile
+-examples/Makefile
+-tests/Makefile
+-tests/parser-tests/Makefile
+ loudmouth-1.0.pc])
+
+ dnl ==========================================================================