summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-02 22:55:16 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-08-01 09:07:44 +0000
commitc5fbb18a71b877ed5cfcb4cabb2371ac0677b63b (patch)
tree7c7a4187f6d39c2a54a99d5fcba597b4db0800fb
parent23668b709a244ff0871cfbcd9c0ee1d0385bc7c3 (diff)
downloaddefinitions-c5fbb18a71b877ed5cfcb4cabb2371ac0677b63b.tar.gz
pcre: build with unicode and utf support
This change is needed for newer versions of glib Change-Id: I825c30ad7964bb3817e01f20e1df14ef46d42fe5
-rw-r--r--strata/pcre-utils.morph2
-rw-r--r--strata/pcre-utils/pcre.morph6
2 files changed, 7 insertions, 1 deletions
diff --git a/strata/pcre-utils.morph b/strata/pcre-utils.morph
index 6d2b4a0f..c2ccc450 100644
--- a/strata/pcre-utils.morph
+++ b/strata/pcre-utils.morph
@@ -5,6 +5,6 @@ build-depends:
chunks:
- name: pcre
repo: upstream:pcre
+ morph: strata/pcre-utils/pcre.morph
ref: 2720152c58e13e7cc7403642ec33127101b9971b
unpetrify-ref: baserock/morph
- build-system: autotools
diff --git a/strata/pcre-utils/pcre.morph b/strata/pcre-utils/pcre.morph
new file mode 100644
index 00000000..8c44a5b9
--- /dev/null
+++ b/strata/pcre-utils/pcre.morph
@@ -0,0 +1,6 @@
+name: pcre
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-unicode-properties --enable-utf