Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
32e84aaf
Commit
32e84aaf
authored
13 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contribs: add libxml2
parent
2242ff06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/libxml2/SHA512SUMS
+1
-0
1 addition, 0 deletions
contrib/src/libxml2/SHA512SUMS
contrib/src/libxml2/rules.mak
+25
-0
25 additions, 0 deletions
contrib/src/libxml2/rules.mak
with
26 additions
and
0 deletions
contrib/src/libxml2/SHA512SUMS
0 → 100644
+
1
−
0
View file @
32e84aaf
cb5d88f95feffde6a805a7583306864ad9cc909e958a1044afc6d5864ec480da545343f25c10bba99be59c2344e98d4cd2dcc8a152407a0ce581a51ce214d6bc libxml2-2.7.8.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/libxml2/rules.mak
0 → 100644
+
25
−
0
View file @
32e84aaf
# libxml2
LIBXML2_VERSION
:=
2.7.8
LIBXML2_URL
:=
http://xmlsoft.org/sources/libxml2-
$(
LIBXML2_VERSION
)
.tar.gz
PKGS
+=
libxml2
$(TARBALLS)/libxml2-$(LIBXML2_VERSION).tar.gz
:
$(
call download,
$(
LIBXML2_URL
))
.sum-libxml2
:
libxml2-$(LIBXML2_VERSION).tar.gz
XMLCONF
=
--with-minimal
--with-catalog
--with-reader
--with-tree
--with-push
--with-xptr
--with-valid
--with-xpath
--with-xinclude
--with-sax1
--without-zlib
--without-iconv
--without-http
--without-ftp
--without-debug
--without-docbook
--without-regexps
--without-python
libxml2
:
libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
$(
UNPACK
)
mv
$@
-
$(
LIBXML2_VERSION
)
$@
touch
$@
.libxml2
:
libxml2
cd
$<
&&
$(
HOSTVARS
)
./configure
$(
HOSTCONF
)
CFLAGS
=
"-DLIBXML_STATIC"
$(
XMLCONF
)
ifndef
HAVE_MACOSX
cd
$<
&&
$(
MAKE
)
install
endif
touch
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment