summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-03 19:33:48 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-03 19:33:48 +0300
commit729d27c7f548ffd79fd40c5d787bc2f09795d360 (patch)
tree6eaa1b6698fc8f5c97e0171afa373467313b0df8
parent3b5049928a6c82ce72f99cf07ef40499f027160d (diff)
downloadspm-729d27c7f548ffd79fd40c5d787bc2f09795d360.tar.gz
spm-729d27c7f548ffd79fd40c5d787bc2f09795d360.tar.bz2
spm-729d27c7f548ffd79fd40c5d787bc2f09795d360.tar.xz
spm-729d27c7f548ffd79fd40c5d787bc2f09795d360.zip
Use libicu in libxml2 builds.
-rw-r--r--packages/libxml2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxml2.sh b/packages/libxml2.sh
index b649b8f..88d1b73 100644
--- a/packages/libxml2.sh
+++ b/packages/libxml2.sh
@@ -9,4 +9,4 @@ ENV_ACLOCAL_PATH="share/aclocal"
ENV_CPPFLAGS_PATH="include/libxml2"
BUILD_TYPE="automake"
-CONFIGURE_FLAGS="--without-python" \ No newline at end of file
+CONFIGURE_FLAGS="--without-python --with-icu"