summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-02 22:55:16 +0000
committerJavier Jardón <jjardon@gnome.org>2016-07-27 09:42:12 +0100
commit7ad21c858702c57f604cadbac98f112f6b7601ca (patch)
tree6dd83ff401340db92e4c977ece69123c82e4e3c2
parente32a9690f2fc9f6e713261d318965245beaa9e5b (diff)
downloaddefinitions-7ad21c858702c57f604cadbac98f112f6b7601ca.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