summaryrefslogtreecommitdiffstats
path: root/libxml2/make.sh
diff options
context:
space:
mode:
authorBastian Wissler2009-04-01 18:55:03 +0200
committerBastian Wissler2009-04-01 18:55:03 +0200
commit8c7b37828c921c361b92f5d0003a488e8b2fb3d1 (patch)
treeaac293d51c47c4b8a42ae14cbb95afb104b0c183 /libxml2/make.sh
parentnew version of vmchooser binary imported to 5.0-branch (diff)
downloadvmchooser-8c7b37828c921c361b92f5d0003a488e8b2fb3d1.tar.gz
vmchooser-8c7b37828c921c361b92f5d0003a488e8b2fb3d1.tar.xz
vmchooser-8c7b37828c921c361b92f5d0003a488e8b2fb3d1.zip
vmchooser source:
* Various fixes found by Valgrind * libxml2 lib included * fltk from weekly snapshot updated git-svn-id: http://svn.openslx.org/svn/openslx/openslx-src-tools/vmchooser/trunk@2777 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'libxml2/make.sh')
-rwxr-xr-xlibxml2/make.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/libxml2/make.sh b/libxml2/make.sh
new file mode 100755
index 0000000..f2662ce
--- /dev/null
+++ b/libxml2/make.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./configure --enable-static --disable-shared --without-c14n --without-catalog --without-debug --without-docbook --without-ftp --without-history --without-html --without-http --without-legacy --without-mem-debug --with-minimum --without-output --without-pattern --without-push --without-python --without-reader --without-readline --without-regexps --without-run-debug --without-sax1 --without-schemas --without-schematron --without-threads --without-thread-alloc --with-tree --without-valid --with-writer --without-xinclude --with-xpath --without-xptr --without-modules --without-zlib && make