We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b465 commit d34dd2cCopy full SHA for d34dd2c
community/pcre/build
@@ -1,7 +1,8 @@
1
#!/bin/sh -e
2
3
./configure \
4
- --prefix=/usr
+ --prefix=/usr \
5
+ --enable-utf8
6
7
make
8
make DESTDIR="$1" install
0 commit comments