summaryrefslogtreecommitdiff
path: root/recipes/libxml2/0002-makefiles-disable-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libxml2/0002-makefiles-disable-tests.patch')
-rw-r--r--recipes/libxml2/0002-makefiles-disable-tests.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes/libxml2/0002-makefiles-disable-tests.patch b/recipes/libxml2/0002-makefiles-disable-tests.patch
deleted file mode 100644
index 7738c59f..00000000
--- a/recipes/libxml2/0002-makefiles-disable-tests.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b67767a901ec31a0ddc1e2dff5c4f5d21241661f Mon Sep 17 00:00:00 2001
-From: Andoni Morales Alastruey <ylatuya@gmail.com>
-Date: Mon, 28 Oct 2013 18:05:43 +0100
-Subject: [PATCH 2/5] makefiles: disable tests
-
----
- Makefile.am | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 70720f3..a2881a3 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -10,10 +10,11 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
-
- AM_CFLAGS = $(THREAD_CFLAGS) $(Z_CFLAGS) $(LZMA_CFLAGS)
-
--noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
-- testThreads testC14N testAutomata testRegexp \
-- testReader testapi testModule runtest runsuite testchar \
-- testdict runxmlconf testrecurse testlimits
-+noinst_PROGRAMS=
-+#noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
-+# testThreads testC14N testAutomata testRegexp \
-+# testReader testapi testModule runtest runsuite testchar \
-+# testdict runxmlconf testrecurse testlimits
-
- bin_PROGRAMS = xmllint xmlcatalog
-
---
-2.1.0
-