summaryrefslogtreecommitdiff
path: root/packages/libxml2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libxml2.sh')
-rwxr-xr-xpackages/libxml2.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libxml2.sh b/packages/libxml2.sh
index 4b20964..c3df21e 100755
--- a/packages/libxml2.sh
+++ b/packages/libxml2.sh
@@ -7,11 +7,13 @@ ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
ENV_MANPATH="share/man"
+CONFIGURE_FLAGS="--with-python-install-dir="${bindir}/lib/python""
+
function package_build {
run_switch_branch
run_autoreconf -i
- run_configure --with-python-install-dir="${bindir}/lib/python"
+ run_configure
run_make
run_make_install