summaryrefslogtreecommitdiff
blob: 53be3cbda6659a5ed094690518bded8e15da9c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>base-system</herd>
  <use>
    <flag name='bzip2'>
      Add support for pcregrep command to search within
      bzip2-compressed files, through <pkg>sys-libs/zlib</pkg>.
    </flag>

    <flag name='jit'>
      Enable Just-In-Time compilation of regexp bytecode to machine
      code, through the SLJIT compiler. This feature might conflict
      wtih security mitigation strategies such as NX/PaX as enabled by
      Gentoo Hardened.
    </flag>

    <flag name='pcre16'>
      Build 16 bit PCRE library.
    </flag>

    <flag name='readline'>
      Add support for command line editing to pcretest, through
      <pkg>sys-libs/readline</pkg>.
    </flag>

    <flag name='recursion-limit'>
      Limit match recursion to 8192; if disabled, the default limit is
      used, which is the same as the match limit.
    </flag>

    <flag name='zlib'>
      Add support for pcregrep command to search within
      gzip-compressed files, through <pkg>app-arch/gzip</pkg>.
    </flag>
  </use>
</pkgmetadata>