[dev-db/mongodb] commit some half finished work i guess
This commit is contained in:
parent
3bc4b1708f
commit
203e31cda5
@ -171,7 +171,7 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
PREFIX="${EPREFIX}/usr" ./buildscripts/scons.py "${scons_opts[@]}" install-core || die
|
PREFIX="${EPREFIX}/usr" ./buildscripts/scons.py "${scons_opts[@]}" install-devcore || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
@ -136,9 +136,11 @@ src_configure() {
|
|||||||
MONGO_VERSION="${PV}"
|
MONGO_VERSION="${PV}"
|
||||||
MONGO_GIT_HASH="7494119c41ca4e13b493e9f048df4032164e860e"
|
MONGO_GIT_HASH="7494119c41ca4e13b493e9f048df4032164e860e"
|
||||||
|
|
||||||
|
--cxx-std=20
|
||||||
--disable-warnings-as-errors
|
--disable-warnings-as-errors
|
||||||
--jobs="$(makeopts_jobs)"
|
--jobs="$(makeopts_jobs)"
|
||||||
--use-system-boost
|
--use-system-boost
|
||||||
|
--use-system-mongo-c
|
||||||
--use-system-pcre
|
--use-system-pcre
|
||||||
--use-system-snappy
|
--use-system-snappy
|
||||||
--use-system-stemmer
|
--use-system-stemmer
|
||||||
|
Loading…
Reference in New Issue
Block a user