[vlc-commits] contribs: orc: Don't build anything more than the library
Hugo Beauzée-Luyssen
git at videolan.org
Mon Jun 20 16:48:54 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jun 20 16:09:33 2016 +0200| [2a7a036de4233b825071aa3920373e3eca40dd8f] | committer: Hugo Beauzée-Luyssen
contribs: orc: Don't build anything more than the library
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a7a036de4233b825071aa3920373e3eca40dd8f
---
contrib/src/orc/dont-build-tests.patch | 11 +++++++++++
contrib/src/orc/rules.mak | 2 ++
2 files changed, 13 insertions(+)
diff --git a/contrib/src/orc/dont-build-tests.patch b/contrib/src/orc/dont-build-tests.patch
new file mode 100644
index 0000000..1ab7f23
--- /dev/null
+++ b/contrib/src/orc/dont-build-tests.patch
@@ -0,0 +1,11 @@
+--- orc/Makefile.am.orig 2016-06-20 13:55:10.080673365 +0000
++++ orc/Makefile.am 2016-06-20 13:55:14.852672829 +0000
+@@ -1,7 +1,7 @@
+
+ AUTOMAKE_OPTIONS = foreign
+
+-SUBDIRS = orc orc-test tools examples doc testsuite
++SUBDIRS = orc
+
+ EXTRA_DIST = COPYING autogen.sh gtk-doc.make orc.m4
+
diff --git a/contrib/src/orc/rules.mak b/contrib/src/orc/rules.mak
index 5ac4bde..66d83f6 100644
--- a/contrib/src/orc/rules.mak
+++ b/contrib/src/orc/rules.mak
@@ -15,10 +15,12 @@ $(TARBALLS)/orc-$(ORC_VERSION).tar.gz:
orc: orc-$(ORC_VERSION).tar.gz .sum-orc
$(UNPACK)
$(APPLY) $(SRC)/orc/use-proper-func-detection.patch
+ $(APPLY) $(SRC)/orc/dont-build-tests.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
.orc: orc
+ $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list