[vlc-commits] contrib: regex: don't build tests or doc
Rafaël Carré
git at videolan.org
Wed Aug 28 18:20:40 CEST 2013
vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Aug 28 05:28:37 2013 +0200| [27c8a098384200d16c4155e19362caae71bdae7f] | committer: Jean-Baptiste Kempf
contrib: regex: don't build tests or doc
(cherry picked from commit ab96d0c7b1e57627dac21ac659a76b3b53c75f7e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=27c8a098384200d16c4155e19362caae71bdae7f
---
contrib/src/regex/no-docs.patch | 11 +++++++++++
contrib/src/regex/rules.mak | 1 +
2 files changed, 12 insertions(+)
diff --git a/contrib/src/regex/no-docs.patch b/contrib/src/regex/no-docs.patch
new file mode 100644
index 0000000..e63b6b1
--- /dev/null
+++ b/contrib/src/regex/no-docs.patch
@@ -0,0 +1,11 @@
+--- regex/Makefile.in.orig 2013-08-28 05:27:27.729372586 +0200
++++ regex/Makefile.in 2013-08-28 05:27:37.377372917 +0200
+@@ -43,7 +43,7 @@
+
+ SHELL = /bin/sh
+
+-subdirs = doc test
++subdirs =
+
+ default all:: regex.o
+ .PHONY: default all
diff --git a/contrib/src/regex/rules.mak b/contrib/src/regex/rules.mak
index a972c76..955eaf5 100644
--- a/contrib/src/regex/rules.mak
+++ b/contrib/src/regex/rules.mak
@@ -14,6 +14,7 @@ $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
regex: regex-$(REGEX_VERSION).tar.gz .sum-regex
$(UNPACK)
+ $(APPLY) $(SRC)/regex/no-docs.patch
$(MOVE)
.regex: regex
More information about the vlc-commits
mailing list