[vlc-devel] commit: Remove functionnalities from libxml to reduce size. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Mar 7 23:54:21 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 7 14:06:21 2008 -0800| [7e95031fcd90f6651450f92d3077bbae1e8170d5]
Remove functionnalities from libxml to reduce size.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e95031fcd90f6651450f92d3077bbae1e8170d5
---
extras/contrib/src/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 99fe125..a1f8bff 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1603,9 +1603,9 @@ ifdef HAVE_WIN32
(cd xml; aclocal && automake && autoreconf)
endif
ifdef HAVE_CYGWIN
- (cd xml; ac_cv_header_pthread_h="no" 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)
+ (cd xml; ac_cv_header_pthread_h="no" 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 --without-debug --without-docbook --without-regexps && make && make install)
else
- (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)
+ (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 --without-debug --without-docbook --without-regexps && make && make install)
endif
ifndef HAVE_DARWIN_OS
$(INSTALL_NAME)
More information about the vlc-devel
mailing list