Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
87636fed
Commit
87636fed
authored
Nov 26, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: libxml2: disable tests
parent
8dc73f9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
contrib/src/libxml2/no-tests.patch
contrib/src/libxml2/no-tests.patch
+17
-0
contrib/src/libxml2/rules.mak
contrib/src/libxml2/rules.mak
+2
-0
No files found.
contrib/src/libxml2/no-tests.patch
0 → 100644
View file @
87636fed
--- libxml2/Makefile.am.orig 2011-11-26 20:53:51.147060747 -0500
+++ libxml2/Makefile.am 2011-11-26 20:52:36.013140366 -0500
@@ -8,10 +8,10 @@
INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
-noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
- testThreads testC14N testAutomata testRegexp \
- testReader testapi testModule runtest runsuite testchar \
- testdict runxmlconf testrecurse
+#noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
+# testThreads testC14N testAutomata testRegexp \
+# testReader testapi testModule runtest runsuite testchar \
+# testdict runxmlconf testrecurse
bin_PROGRAMS = xmllint xmlcatalog
contrib/src/libxml2/rules.mak
View file @
87636fed
...
...
@@ -17,9 +17,11 @@ XMLCONF = --with-minimal --with-catalog --with-reader --with-tree --with-push --
libxml2
:
libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(UNPACK)
$(APPLY)
$(SRC)
/libxml2/no-tests.patch
$(MOVE)
.libxml2
:
libxml2
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
CFLAGS
=
"-DLIBXML_STATIC"
$(XMLCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment