From c5fbb18a71b877ed5cfcb4cabb2371ac0677b63b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 2 Jun 2016 22:55:16 +0000 Subject: pcre: build with unicode and utf support This change is needed for newer versions of glib Change-Id: I825c30ad7964bb3817e01f20e1df14ef46d42fe5 --- strata/pcre-utils.morph | 2 +- strata/pcre-utils/pcre.morph | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 strata/pcre-utils/pcre.morph (limited to 'strata') 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 -- cgit v1.2.1