diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-26 15:07:17 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-26 15:08:14 -0700 |
commit | a328594c9f92c46af48cc064943f086bc2a07ce8 (patch) | |
tree | 61014d2b5eef5feee6cc10aee0594ae69622adf6 /dev-util/schroot | |
parent | dev-util/schroot: add 1.6.10_p12 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/schroot/schroot-1.6.10_p12.ebuild | 2 | ||||
-rw-r--r-- | dev-util/schroot/schroot-1.6.10_p7.ebuild | 3 |
2 files changed, 3 insertions, 2 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) diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild b/dev-util/schroot/schroot-1.6.10_p7.ebuild index d2a080698748..d5d6798ee2ba 100644 --- a/dev-util/schroot/schroot-1.6.10_p7.ebuild +++ b/dev-util/schroot/schroot-1.6.10_p7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -76,6 +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 # https://bugs.gentoo.org/791712 and https://bugs.gentoo.org/752120 ) if ! use nls; then mycmakeargs+=(-DPO4A_EXECUTABLE=NOTFOUND) |