repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2pd: New package at 2.41.0
[kiss-trunc88.git]
/
pcre2
/
build
blob
b58216ff72b5e0ebb0eae510c9744de7ff561af2
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--enable-utf8
\
6
--enable-unicode-properties
\
7
--enable-pcre2-8
\
8
--enable-pcre2-16
\
9
--enable-pcre2-32
\
10
--with-match-limit-depth
=
8192
11
12
make
13
make
DESTDIR
=
"
$1
"
install