blob: b459bec8e6d110194f9ac77babf5c921c4d311cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="iconv">Use iconv (<pkg>virtual/libiconv</pkg>) as message loader
and transcoder (in general it would be possible to use iconv only as
message loader and something else like icu or the native method as
transcoder and vice-versa, but this is a less common case and hard to
handle)</flag>
<flag name="threads">Enable threading support through pthread (or other
libraries on AIX, IRIX, HPUX, Solars). Highly recommended</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:apache:xerces-c</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|