mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-db/soci: removed shared flag, c++11 default on
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)"
|
||||
Reference in New Issue
Block a user