From: lars Date: Wed, 8 Oct 2008 20:13:32 +0000 (+0000) Subject: Disable building of tests. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fa0cfdd73152ba757655a9046807758022b4fdbb;p=packages.git Disable building of tests. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12927 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gst-plugins-base/patches/010-dont-build-tests.patch b/multimedia/gst-plugins-base/patches/010-dont-build-tests.patch new file mode 100644 index 000000000..5d8410592 --- /dev/null +++ b/multimedia/gst-plugins-base/patches/010-dont-build-tests.patch @@ -0,0 +1,20 @@ +diff --git a/Makefile.in b/Makefile.in +index a09b06c..d2a920d 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -359,7 +359,6 @@ SUBDIRS = \ + gst-libs \ + gst sys $(SUBDIRS_EXT) \ + tools \ +- tests \ + docs \ + po \ + common \ +@@ -371,7 +370,6 @@ DIST_SUBDIRS = \ + gst-libs \ + gst sys ext \ + tools \ +- tests \ + po \ + common \ + m4 \