diff options
Diffstat (limited to 'libxml2/make.sh')
-rwxr-xr-x | libxml2/make.sh | 3 |
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 |