diff options
Diffstat (limited to 'repo/system/pcre.xibuild')
-rw-r--r-- | repo/system/pcre.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/pcre.xibuild b/repo/system/pcre.xibuild index 89ef437..c92f242 100644 --- a/repo/system/pcre.xibuild +++ b/repo/system/pcre.xibuild @@ -8,7 +8,7 @@ SOURCE=https://sourceforge.net/projects/pcre/files/pcre/$PKG_VER/pcre-$PKG_VER.t DESC="A library that implements regular expressions in a perl style (old version)" build () { - CC=gcc ./configure --prefix=/usr + CC=gcc ./configure --prefix=/usr --enable-utf --enable-unicode-properties make } |