aboutsummaryrefslogtreecommitdiff
path: root/extra/libxml2/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxml2/build')
-rwxr-xr-xextra/libxml2/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/libxml2/build b/extra/libxml2/build
new file mode 100755
index 00000000..a568fbde
--- /dev/null
+++ b/extra/libxml2/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --with-threads \
+ --with-history \
+ --without-python \
+ --without-icu
+
+make
+make DESTDIR="$1" install