dev-db/soci: removed shared flag, c++11 default on

Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
Jan-Espen Oversand
2024-12-14 13:22:01 +01:00
parent f94efe26c0
commit 836024f4de
2 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="ubsan">Enable running with UB sanitizer</flag>
<flag name="shared">Enable dynamic linking with shared objects</flag>
<flag name="cxx11">Enable c++11 support</flag>
</use>
<upstream>

View File

@@ -10,8 +10,7 @@ SRC_URI="https://sourceforge.net/projects/soci/files/soci/${P}/${P}.tar.gz/downl
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="odbc sqlite oracle postgres mysql +shared +static test ubsan lto cxx11"
REQUIRED_USE="|| ( shared static )"
IUSE="odbc sqlite oracle postgres mysql +static test ubsan lto +cxx11"
RESTRICT="!test? ( test )"
CMAKE_SKIP_TESTS=(
@@ -39,7 +38,6 @@ DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
-DSOCI_SHARED="$(usex shared)"
-DSOCI_STATIC="$(usex static)"
-DSOCI_TESTS="$(usex test)"
-DSOCI_UBSAN="$(usex ubsan)"