summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-26 15:07:17 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-05-26 15:08:14 -0700
commita328594c9f92c46af48cc064943f086bc2a07ce8 (patch)
tree61014d2b5eef5feee6cc10aee0594ae69622adf6 /dev-util/schroot/schroot-1.6.10_p12.ebuild
parentdev-util/schroot: add 1.6.10_p12 (diff)
downloadgentoo-a328594c9f92c46af48cc064943f086bc2a07ce8.tar.gz
gentoo-a328594c9f92c46af48cc064943f086bc2a07ce8.tar.bz2
gentoo-a328594c9f92c46af48cc064943f086bc2a07ce8.zip
dev-util/schroot: pass -DBoost_NO_BOOST_CMAKE=ON
Bug: https://bugs.gentoo.org/752120 Closes: https://bugs.gentoo.org/791712 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/schroot/schroot-1.6.10_p12.ebuild')
-rw-r--r--dev-util/schroot/schroot-1.6.10_p12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/schroot/schroot-1.6.10_p12.ebuild b/dev-util/schroot/schroot-1.6.10_p12.ebuild
index f994341d52a1..d1292d3caaaf 100644
--- a/dev-util/schroot/schroot-1.6.10_p12.ebuild
+++ b/dev-util/schroot/schroot-1.6.10_p12.ebuild
@@ -76,7 +76,7 @@ src_configure() {
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
-DSCHROOT_MOUNT_DIR="${EPREFIX}/run/${PN}/mount"
- -DBoost_NO_BOOST_CMAKE=ON
+ -DBoost_NO_BOOST_CMAKE=ON # https://bugs.gentoo.org/791712 and https://bugs.gentoo.org/752120
)
if ! use nls; then
mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND)