summaryrefslogtreecommitdiff
path: root/repo/system/pcre2.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/pcre2.xibuild')
-rw-r--r--repo/system/pcre2.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pcre2.xibuild b/repo/system/pcre2.xibuild
index 770ad58..46e35e9 100644
--- a/repo/system/pcre2.xibuild
+++ b/repo/system/pcre2.xibuild
@@ -8,7 +8,7 @@ SOURCE=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$PKG_VER/pcr
DESC="A library that implements regular expressions in a perl style"
build () {
- CC=gcc ./configure --prefix=/usr
+ CC=gcc ./configure --prefix=/usr --enable-utf --enable-unicode-properties
make
}