From b3e0e67b7c928ca6cb563b69b2d062ad360af3b8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 23:48:55 +0200 Subject: [PATCH] dev-db/soci: Add USE static-libs,test Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- dev-db/soci/soci-3.2.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.26.2