forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-db/percona-server: Add LibreSSL support
Package-Manager: portage-2.2.23
- Loading branch information
Brian Evans
committed
Oct 20, 2015
1 parent
e93c3b2
commit 6448847
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<herd>mysql</herd> | ||
<maintainer restrict="dev-db/percona-server[libressl]"> | ||
<email>[email protected]</email> | ||
<description>Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else.</description> | ||
</maintainer> | ||
<use> | ||
<flag name='client-libs'>Build the libmysqlclient libraries</flag> | ||
<flag name='cluster'>Add support for NDB clustering (deprecated)</flag> | ||
|
@@ -10,13 +14,15 @@ | |
<flag name='extraengine'>Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition)</flag> | ||
<flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations.</flag> | ||
<flag name='latin1'>Use LATIN1 encoding instead of UTF8</flag> | ||
<flag name='minimal'>Install client programs only, no server</flag> | ||
<flag name='libressl'>Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag> | ||
<flag name='openssl'>Enable SSL connections and crypto functions using <pkg>dev-libs/openssl</pkg></flag> | ||
<flag name='profiling'>Add support for statement profiling (requires USE=community).</flag> | ||
<flag name='server'>Build the server program</flag> | ||
<flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> | ||
<flag name='test'>Install upstream testsuites for end use.</flag> | ||
<flag name='tokudb'>Add support for TokuDB storage engine</flag> | ||
<flag name='tokudb-backup-plugin'>Builds the TokuDB backup plugin</flag> | ||
<flag name='tools'>Build the command line tools (mysql, mysqldump, mysqladmin, etc)</flag> | ||
<flag name='yassl'>Enable SSL connections and crypto functions using the bundled yaSSL</flag> | ||
</use> | ||
</pkgmetadata> |