Added -DWITH_ALL_OPTIONS=OFF and -DBUILD_ALL=OFF options to eclass/trinity-base-2.eclass

Signed-off-by: ormorph <roma251078@mail.ru>
pull/224/head
ormorph 3 years ago
parent fc35dc276a
commit 59b1a71128

@ -394,6 +394,14 @@ trinity-base-2_src_configure() {
"${mycmakeargs[@]}"
)
if ! has "-DBUILD_ALL=ON" ${mycmakeargs[@]} ; then
mycmakeargs+=(-DBUILD_ALL=OFF)
fi
if ! has "-DWITH_ALL_OPTIONS=ON" ${mycmakeargs[@]} ; then
mycmakeargs+=(-DWITH_ALL_OPTIONS=OFF)
fi
if [[ ${TRINITY_BUILD_ADMIN} == "yes" ]] ; then
trinity-econf
elif [[ ${TRINITY_BUILD_ADMIN} == "no" ]] ; then

Loading…
Cancel
Save