diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-30 23:48:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 02:03:36 +0200 |
commit | b3e0e67b7c928ca6cb563b69b2d062ad360af3b8 (patch) | |
tree | 593d031b5f3b9830ed97f6b859de010baa1ef0bd /dev-db | |
parent | dev-db/soci: Drop old (diff) | |
download | gentoo-b3e0e67b7c928ca6cb563b69b2d062ad360af3b8.tar.gz gentoo-b3e0e67b7c928ca6cb563b69b2d062ad360af3b8.tar.bz2 gentoo-b3e0e67b7c928ca6cb563b69b2d062ad360af3b8.zip |
dev-db/soci: Add USE static-libs,test
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/soci/soci-3.2.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild index ba430f65be3c..1a2e67b81c1b 100644 --- a/dev-db/soci/soci-3.2.3.ebuild +++ b/dev-db/soci/soci-3.2.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite" +IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs test" DEPEND=" boost? ( dev-libs/boost ) @@ -35,6 +35,8 @@ src_configure() { -DWITH_ORACLE=$(usex oracle) -DWITH_POSTGRESQL=$(usex postgres) -DWITH_SQLITE3=$(usex sqlite) + -DSOCI_STATIC=$(usex static-libs) + -DSOCI_TESTS=$(usex test) -DWITH_DB2=OFF ) #use MYCMAKEARGS if you want enable IBM DB2 support |