Changeset aa1fb87c4f81315a73bdd6e91ea51b92b0ef02fa
- Timestamp:
- 20/09/07 18:19:30
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1190305170 +0000
- git-parent:
[7cc27cb2adc88edb24c9ac2556b29421574c91c1]
- git-author:
- Rafaël Carré <funman@videolan.org> 1190305170 +0000
- Message:
contribs: run autotools to build libxml2 for WIN32
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7cc27cb |
raa1fb87 |
|
| 1503 | 1503 | |
|---|
| 1504 | 1504 | .xml: xml |
|---|
| | 1505 | ifdef HAVE_WIN32 |
|---|
| | 1506 | (cd xml; aclocal && automake && autoreconf) |
|---|
| | 1507 | endif |
|---|
| 1505 | 1508 | (cd xml; CFLAGS="-DLIBXML_STATIC" $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --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 && make && make install) |
|---|
| 1506 | 1509 | ifndef HAVE_DARWIN_OS |
|---|