From 92790a96688344c9f6fd6dadbaad73c1f88804a0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 4 Apr 2022 12:10:43 +0100 Subject: fixed network manager --- repo/system/pcre2.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/pcre2.xibuild') 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 } -- cgit v1.2.1