From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 21:48:55 +0000 (+0200) Subject: dev-db/soci: Add USE static-libs,test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3e0e67b7c928ca6cb563b69b2d062ad360af3b8;p=gentoo.git dev-db/soci: Add USE static-libs,test Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- 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